remove placeholders from tab/col comments queries
authorRafael Kitover <rkitover@cpan.org>
Wed, 19 Oct 2011 20:46:09 +0000 (16:46 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 19 Oct 2011 20:46:09 +0000 (16:46 -0400)
commit3bad938aefd5c8724b3a4c54f6d42f4e877bb001
tree756e9b992e5f4f71373e18b06d6bf06987c99263
parenteea428f2924e07c7103fa01a31a3b8e1ebc15401
remove placeholders from tab/col comments queries

Changes the use placeholders in ::DBI _table_comment and _column_comment
methods to inline $dbh->quote protected values.

This is for DBD::Sybase with ASE versions that do not support
placeholders and MSSQL connections with a low tds version.

At some point we'll have methods for doing queries that do the right
thing depending on what the driver/database supports.
lib/DBIx/Class/Schema/Loader/DBI.pm