X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel%2FDBIC%2FSchema.pm;h=9c5c2f52bd969c5ad43a62561b1114c2c605563a;hb=a75b6e588e4dfc332d5d6b342ca6386c550b7092;hp=e39ffcf22d8804480b95388f34a86fc816a22a2f;hpb=61ed82a5180b4ef19eecd38d6e75698885363e53;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index e39ffcf..9c5c2f5 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -246,6 +246,7 @@ Or using L: user postgres password '' auto_savepoint 1 + quote_char """ on_connect_do some SQL statement on_connect_do another SQL statement @@ -270,6 +271,7 @@ Or using L: LongTruncOk: 1 on_connect_do: [ "alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS'" ] cursor_class: 'DBIx::Class::Cursor::Cached' + quote_char: '"' The old arrayref style with hashrefs for L then L options is also supported: