[Dbix-class] DBIx, Postgres and Camel Case in field and table names

Andrew Beverley andy at andybev.com
Mon Feb 23 10:11:25 GMT 2015


On Mon, 2015-02-23 at 14:01 +0400, Jan Eskilsson wrote:
> Is there a way to make DBIx automatically quote table and field names
> in the generated SQL ?

Yes, with the quote_names option:

https://metacpan.org/pod/DBIx::Class::Storage::DBI#quote_names

Regards,

Andy





More information about the DBIx-Class mailing list