corrected the number of skipped tests
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle /
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-06-24 Rafael Kitover IC::DT does support timestamp with timezone
2009-06-23 Rafael Kitover minor doc update
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-11 Rafael Kitover connect_call_set_datetime_format for Oracle, I have...
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-12 Peter Rabbitson Whops, forgotten post-merge tweaks
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-05 Ron "Quinn" Straight Added self to contributors; clarified comment on :ora_t...
2009-05-03 Ron "Quinn" Straight Support for saving CLOB and BLOB types in Oracle.
2009-05-02 Justin Hunter remove hackish ways
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
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-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