X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC%2FFirebird.pm;h=a17fa4a0ad7a6b143c34828de3e65c150bc9914f;hb=90489c23e598723752c9e0d4b4da214ad05e3feb;hp=d5f2335e5cf3888323d69b33dbe4b391d3662140;hpb=323148de056d0491594da32fcfcce03d82f2a527;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm index d5f2335..a17fa4a 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm @@ -15,12 +15,13 @@ through ODBC All functionality is provided by L, see that module for details. +To build the ODBC driver for Firebird on Linux for unixODBC, see: + +L + =cut -# RETURNING ("foo") is broken in ODBC, but RETURNING (foo) works -sub _quote_column_for_returning { - return $_[1]; -} +__PACKAGE__->sql_maker_class('DBIx::Class::SQLAHacks::ODBC::Firebird'); sub datetime_parser_type { __PACKAGE__ }