Search results for "module:Class::DBI::SQL::Transformer"
Class::DBI::SQL::Transformer - Transform SQL
Class::DBI hooks into the transform_sql() method in Ima::DBI to provide its own SQL extensions. Class::DBI::SQL::Transformer does the heavy lifting of these transformations....
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Class::DBI::SQL::Transformer::Quotify - Quote column and table names in Class::DBI-generated SQL
This is an attempt to solve the problem of spaces and/or reserved words in table and/or column names. Normally, Class::DBI does not quote these, so it results in sql such as the following (which clearly will error out): SELECT my id, my name FROM tab...
DAVIDRW/Class-DBI-SQL-Transformer-Quotify-0.02 - 14 Jan 2008 02:40:24 UTC