in reply to Re: Perl DBI '?' substitution with prepare/execute
in thread Perl DBI '?' substitution with prepare/execute
interesting any others like this and DBIx::Abstract ?
What I especially like about SQL::Abstract is that the problem of variable numbers of placeholders is addressed, it's no fun to generate strings like (?,?,?,?) for IN statements.
> In my experience, I found query builders to be too tedious, as I usually have to fight them too hard to get the SQL I want them to generate.
Maybe this could be addressed with an inner DSL in Perl ( DBIx::PreQL seems to be an outer DSL) .
Let's talk about it at our next meeting. :)
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl DBI '?' substitution with prepare/execute (abstract SQL)
by SimonPratt (Friar) on Apr 18, 2016 at 16:25 UTC | |
by LanX (Saint) on Apr 18, 2016 at 16:35 UTC | |
by SimonPratt (Friar) on Apr 19, 2016 at 08:17 UTC |