fixed wrong sequence returned when multiple triggers for a table exist + tests
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle / Generic.pm
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-06-29 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover fix using oracle sequences across schemas
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-26 Peter Rabbitson Really fix logic
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-26 Peter Rabbitson Simplify oracle retrial logic
2010-05-25 Rafael Kitover fix Oracle
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-14 Robert Bohne Use connect_by OR connect_by_nocycle
2010-05-14 Robert Bohne Rename option nocycle to connect_by_nocycle
2010-05-04 Peter Rabbitson _select_args processing no longer necessary
2010-04-06 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-03-27 Robert Bohne Support NOCYCLE parameter.
2010-03-27 Robert Bohne Update POD, because of new connect_by implemenation
2010-03-19 Rafael Kitover POD fixups
2010-03-16 Rafael Kitover _ping for MSSQL
2010-03-10 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-02-23 Fabien Wernli Schema Object Naming Rules :
2010-02-23 Peter Rabbitson Proper error message
2010-02-23 Peter Rabbitson Cleanup code (hopefully no functional changes)
2010-02-23 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-22 Rafael Kitover with_deferred_fk_checks for Oracle
2010-02-17 Fabien Wernli still need to uc source_name if quotes off
2010-02-14 Fabien Wernli oracle_version
2010-02-09 Fabien Wernli should work now
2010-02-06 Fabien Wernli the way I thought. ribasushi suggested to override...
2010-02-01 Rafael Kitover add RT link for Oracle blob bug in DBD::Oracle == 1.23
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-06 Rafael Kitover remove alignment mark on base64 md5
2010-01-05 Rafael Kitover minor change: use more of the hash if possible for...
2010-01-05 Rafael Kitover append half of a base64 MD5 to shortened table aliases...
2009-12-31 Rafael Kitover POD touchups
2009-12-31 Rafael Kitover got something working
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-19 Peter Rabbitson Patch by kalex
2009-11-11 Arthur Axel "fREW... RT50874
2009-08-24 Rafael Kitover remove duplicate oracle method and fix an mssql method...
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-08 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-08-05 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-08-01 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-30 Rafael Kitover make sure DBD::Oracle is loaded when using constants...
2009-07-30 Rafael Kitover make ::Oracle::Generic load without DBD::Oracle
2009-07-24 Rafael Kitover savepoint support
2009-07-24 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-21 Rafael Kitover show Oracle datetime_setup alter session statements...
2009-07-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
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-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-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-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