created storage method to execute a coderef using master storage only, changed tnx_do...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle /
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
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-09-29 Wallace Reis select for patch from justin
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-05-21 Matt S Trout fixed WhereJoins to handle conditions edge cases
2007-05-11 Matt S Trout fixup for Oracle WHERE join stuff from abraxxa
2007-04-26 Justin Wheeler Removed 8.pm and updated Changelog.
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 Marked oracle 8 support as experimental
2007-01-24 David Jack Olrik Added Justin Wheeler's Oracle 8 support