AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2011-04-01 Peter Rabbitson Fix/clarify Oracle decision whether to use WhereJoins
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
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...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-09-09 Peter Rabbitson Much simpler
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2008-03-23 Cory G Watson Remove unnecessary passing of $self->dbh as a separate...
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2007-06-16 Matt S Trout fix conditional and document behaviour
2007-04-26 Justin Wheeler I'm a retard.
2007-04-26 Justin Wheeler Merge 'oracle8' into 'DBIx-Class-current'
2007-01-25 David Jack Olrik Formatting cleanup
2007-01-24 David Jack Olrik Added Justin Wheeler's Oracle 8 support
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-08-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-21 Brandon L. Black bugfix to Oracle columns_info_for
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-08-08 Brandon L. Black A few dbd-specific dbh_do usage improvements
2006-07-27 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-07-24 Brandon L. Black next::method, not next::columns_info_for
2006-07-24 Jess Robinson 1) Add an explicit error to columns_info_for if the...
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-02-12 David Kamholz small aesthetic fix to Storage::DBI::Oracle
2006-02-10 David Kamholz re-rewrite PK::Auto, Pg, Oracle bits
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..