Hi Jess,DBIC::Schema::Versioned doesn't pass the SQL Maker options to - >connect (because Storage::DBI drops them from its connect_info). It needs to be in there, especially when you're using table and column names with upper-case chars as PostgreSQL barfs when using ::Versioned currently.
I've attached a patch; with this applied I can use ::Versioned on Postgres as long as I pass the quote_char and name_sep SQL Maker options.
Regards, Tom (dec) -- Tom Lanyon Systems Administrator NetSpot Pty Ltd
versioned_sqlmaker_opts.patch
Description: Binary data
_______________________________________________ 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]/
