Subject: | incorrect SQL_IDENTIFIER_QUOTE_CHAR? |
DBD::SQLite has '"' (double quote) as hardcoded value for
SQL_IDENTIFIER_QUOTE_CHAR, however on my system $dbh->primary key
returns `id` (with backticks). This in turn breaks
DBIx::Class::Schema::Loader, which tries to find a column named "`id`".
Using DBD::SQLite 1.22_08, strawberry perl 5.10 on WinXP