Removed unintentionally doubled cd pk trigger from t/73oracle.t
[dbsrgits/DBIx-Class.git] / t / 73oracle.t
2010-10-30 Alexander Hartmaier Removed unintentionally doubled cd pk trigger from...
2010-10-23 Peter Rabbitson -ident implementation
2010-10-17 Robert Bohne Skip cross-schema tests for Oracle 8i (no clear fix...
2010-10-17 Robert Bohne Fixed test for hierarchical queries with Oracle 8i.
2010-10-16 Robert Bohne fixed oracle test sequence detection from a different...
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-08-27 Peter Rabbitson Make running test under DBIC_TRACE=1 bearable
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 added test for limit queries failing on Oracle
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-27 Robert Bohne Fixed group_by bind position problem, reported and...
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-14 Robert Bohne Use connect_by OR connect_by_nocycle
2010-05-14 Robert Bohne Enabled count sub query test, isn't broken anymore
2010-05-14 Robert Bohne Fixed count subquery from disabled test case
2010-05-14 Robert Bohne Rename option nocycle to connect_by_nocycle
2010-05-14 Robert Bohne Fixed broken count query, because of new count query...
2010-04-14 Robert Bohne Fixed t/73oracle.t remove braces
2010-04-12 Peter Rabbitson Pesky tabs
2010-04-04 Robert Bohne Add missing nocycle test for hierarchical queries with...
2010-03-27 Robert Bohne Test with the correct arrangement of the tree.
2010-03-27 Robert Bohne Support NOCYCLE parameter.
2010-03-15 Robert Bohne fixed hierarchical query tests, not all pass yet
2010-03-15 Robert Bohne fixed sql mistakes from hierarchical query tests
2010-03-15 Peter Rabbitson Now really fixed
2010-03-15 Peter Rabbitson Whoops
2010-03-15 Peter Rabbitson Rewrite hierarchical query tests
2010-03-15 Robert Bohne Fixed 73oracle.t because of new implementation of conne...
2010-03-10 Peter Rabbitson Merge fallout
2010-03-10 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-01-19 Peter Rabbitson First round of detabification
2009-12-31 Rafael Kitover got something working
2009-12-31 Rafael Kitover switch oracle tests to done_testing()
2009-12-31 Rafael Kitover failing test
2009-12-18 Robert Bohne Add PRIOR as special and unary op to SQLAHacks::Oracle...
2009-11-19 Peter Rabbitson Patch by kalex
2009-11-14 Rafael Kitover skip Oracle BLOB tests on DBD::Oracle == 1.23
2009-11-11 Arthur Axel "fREW... RT50874
2009-08-04 Rafael Kitover update oracle tests for new "track" table
2009-06-29 Rafael Kitover remove DateTime from 73oracle.t
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-09 Ron "Quinn" Straight Changed test of lob values from is to ok on an eq expr...
2009-05-04 Ron "Quinn" Straight Re-added last_updated_at to create table statement.
2009-05-03 Ron "Quinn" Straight Support for saving CLOB and BLOB types in Oracle.
2009-05-02 Justin Hunter remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
2009-05-02 Justin Hunter more fixes to tests
2009-02-17 Norbert Buchmuller * Fixed the bug in the test that made it fail in the...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2008-11-12 Johannes Plunien fixed 73oracle.t, added charfield
2008-11-04 Johannes Plunien fixed 73oracle.t
2007-11-07 Johannes Plunien fixed sequence auto nextval tests
2007-11-06 Johannes Plunien added tests for oracle sequence nextval
2007-07-04 Luke Saunders fixed group_by problem with oracle limit syntax
2007-05-29 Brandon L. Black converted the vendor tests to use schema objects intead...
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...