Another overhaul of transaction/savepoint handling
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle / Generic.pm
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2008-11-20 Jess Robinson Fix pod errors so that some storage subclasses show...
2008-03-15 Dagfinn Ilmari Man... Eliminate remaining uses of $self->dbh_do($self->can...
2007-11-07 Johannes Plunien moved sequence relatied insert code from DBI::Oracle...
2007-11-06 Johannes Plunien fetch nextval from sequence for insert
2007-08-21 Matt S Trout oracle datetime inflator patch
2007-06-12 Brandon L. Black small throw_exception fixes
2007-05-29 Brandon L. Black a few small pod coverage fixes
2007-01-25 David Jack Olrik Formatting cleanup
2007-01-24 David Jack Olrik Added Justin Wheeler's Oracle 8 support