[Dbix-class] Issue with sql names

Marc Espie espie at nerim.net
Thu Dec 7 15:35:57 GMT 2006


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... ;-(




More information about the Dbix-class mailing list