Evolution strategy for SQL::Abstract::More : call for feedback
I am preparing a new version of SQL::Abstract::More, aimed principally at solving several long-standing bugs when param ‘quote_char’ is non-empty (i.e when the user wants to generate SQL of shape like "SELECT `Foo`.`col1`, … FROM `Foo` etc.").
- Originally SQL::Abstract::More was designed as an extension of the venerable SQL::Abstract…
I blog about Perl.