Protect DBIC as best we can from the failure mode in 7cb35852
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / Firebird.pm
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-04-25 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-01-30 Peter Rabbitson Fix datetimes in ODBC/Firebird (merge identical code...
2012-04-04 Rafael Kitover check DBD::ODBC version when disabling array ops
2012-03-24 Rafael Kitover Fix thinkos from bfec318f and 3edfebff
2012-03-23 Rafael Kitover disable batch ops for firebird ODBC driver
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-14 Rafael Kitover make a proper storage base class for Firebird
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2010-03-26 Rafael Kitover a bit cleaner warning suppression for DBD::InterBase...
2010-03-26 Rafael Kitover move warning suppression into ::DBI::InterBase
2010-03-12 Rafael Kitover update Firebird docs
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-10 Rafael Kitover fix savepoints for Firebird ODBC
2010-02-10 Rafael Kitover turn on ib_softcommit, savepoint tests now pass for...
2010-02-10 Rafael Kitover default to sql dialect 3 unless overridden
2010-02-08 Rafael Kitover better DT inflation for Firebird and _ping
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2010-02-05 Rafael Kitover rename a couple of variables
2010-02-05 Rafael Kitover fix up my Row code for non-pk autoincs, add pretty...
2010-02-04 Rafael Kitover override quoting columns for RETURNING in Firebird...
2010-02-04 Rafael Kitover Firebird: fix test cleanup, add ODBC wrapper