The requests generated by DBIx::Class do not quote field names by default. Is there a way to get them quoted ? Even though this generates less readable SQL, this can be useful in some cases...
I have an accessor I would like to name `group', and obviously I end up with a nice syntax error as group is a reserved word for sql... ;-( _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
