Get Storage::Oracle to behave when quoting is enabled
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / InterBase.pm
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
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-24 Rafael Kitover Pg version check for can_insert_returning
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-16 Rafael Kitover _ping for MSSQL
2010-03-12 Rafael Kitover update Firebird docs
2010-03-07 Rafael Kitover fix RETURNING for empty INSERT
2010-03-07 Peter Rabbitson What I really meant
2010-03-06 Rafael Kitover don't die on insert in firebird with no pk
2010-03-06 Rafael Kitover remove that code for non-pk autoincs from Row, move...
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-03-01 Rafael Kitover update POD
2010-02-23 Rafael Kitover don't use ib_softcommit by default
2010-02-19 Rafael Kitover s/primary_columns/_pri_cols/ for Firebird
2010-02-16 Rafael Kitover POD fix
2010-02-11 Rafael Kitover support the DATE data type for Firebird
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 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...