move Firebird ODBC override for RETURNING to a SQLAHacks class
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / InterBase.pm
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2010-02-05 Rafael Kitover support autoinc PKs without is_auto_increment set
2010-02-05 Rafael Kitover check for both NULL and null, rename _fb_auto_incs...
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 limit and better autoinc for Firebird
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove more cruft
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove cruft copied from...
2010-02-04 Moritz Lenz primitive, non-working and very specific Storage::DBI...