2013-12-13 |
Peter Rabbitson |
Extra (now passing) oracle test which led to the work... |
blob | commitdiff |
2013-12-07 |
Peter Rabbitson |
Add OracleXE 10.2-based testing |
blob | commitdiff | diff to current |
2013-01-25 |
Peter Rabbitson |
Remove TODO labels from blocks not using todo_skip... |
blob | commitdiff | diff to current |
2012-11-18 |
Peter Rabbitson |
Rewrite 461c7168 solving Oracle silent connection failures |
blob | commitdiff | diff to current |
2012-04-21 |
Peter Rabbitson |
Saner naming for helper test method |
blob | commitdiff | diff to current |
2012-03-28 |
Peter Rabbitson |
Add all database connections via DBICTest::Schema to... |
blob | commitdiff | diff to current |
2012-03-22 |
Peter Rabbitson |
Remove all "magic number" DBI get_info calls from the... |
blob | commitdiff | diff to current |
2012-03-17 |
Peter Rabbitson |
Move Oracle blob tests into separate file (no functiona... |
blob | commitdiff | diff to current |
2012-03-16 |
Peter Rabbitson |
Add all storage instances to the test suite leaktracing... |
blob | commitdiff | diff to current |
2011-07-27 |
Peter Rabbitson |
Fix oracle (I am so stupid) |
blob | commitdiff | diff to current |
2011-07-19 |
Rafael Kitover |
fix popups during tests on Win32 (hopefully) |
blob | commitdiff | diff to current |
2011-07-19 |
Rafael Kitover |
Oracle: fix LOB conversions for non-LOBs (RT#69548) |
blob | commitdiff | diff to current |
2011-07-04 |
Rafael Kitover |
check database driver dependencies for tests |
blob | commitdiff | diff to current |
2011-05-02 |
Peter Rabbitson |
Skip blob like ? comparison on older oracle versions... |
blob | commitdiff | diff to current |
2011-05-02 |
Rafael Kitover |
Cleanup Oracle's 00a28188 / add support for update... |
blob | commitdiff | diff to current |
2011-04-16 |
Rafael Kitover |
handle BLOB and CLOB columns in WHERE for Oracle |
blob | commitdiff | diff to current |
2011-04-16 |
Robert Bohne |
Add retrieve_on_insert column_info flag, to autoretriev... |
blob | commitdiff | diff to current |
2011-04-11 |
Peter Rabbitson |
Some test fixes and TODOs for older Oracle versions |
blob | commitdiff | diff to current |
2011-04-01 |
Peter Rabbitson |
Fix/clarify Oracle decision whether to use WhereJoins |
blob | commitdiff | diff to current |
2011-04-01 |
Peter Rabbitson |
Fix (and test) quoting with the older style of WhereJoi... |
blob | commitdiff | diff to current |
2011-03-22 |
Peter Rabbitson |
Fix long relationship/column names in oracle for good |
blob | commitdiff | diff to current |
2011-03-21 |
Peter Rabbitson |
Add startup sanity check of the ::DBI::Replicated metho... |
blob | commitdiff | diff to current |
2011-02-21 |
Rafael Kitover |
Add extra test blob type |
blob | commitdiff | diff to current |
2011-01-19 |
Peter Rabbitson |
Fix incorrect error detection during populate() on... |
blob | commitdiff | diff to current |
2010-12-23 |
Peter Rabbitson |
Switch the shortener (used only by oracle) reqs to... |
blob | commitdiff | diff to current |
2010-12-23 |
Peter Rabbitson |
More oracle sequence detection woes RT#63493 |
blob | commitdiff | diff to current |
2010-12-22 |
Rafael Kitover |
Remove small_datetime from the main schema - it is... |
blob | commitdiff | diff to current |
2010-12-17 |
Fabien Wernli |
force NLS_{LANG,COMP,SORT} for improved predictability |
blob | commitdiff | diff to current |
2010-12-15 |
Alexander Hartmaier |
support INSERT ... RETURNING in Oracle 8i and later |
blob | commitdiff | diff to current |
2010-12-02 |
Fabien Wernli |
Get Storage::Oracle to behave when quoting is enabled |
blob | commitdiff | diff to current |
2010-12-01 |
Peter Rabbitson |
Separate the oracle core and hq tests |
blob | commitdiff | diff to current |
2010-11-12 |
Peter Rabbitson |
Major overhaul of select/as resolution handling (fixes... |
blob | commitdiff | diff to current |
2010-11-10 |
Alexander Hartmaier |
More robust Oracle autoinc pk sequence detection |
blob | commitdiff | diff to current |
2010-10-30 |
Alexander Hartmaier |
Removed unintentionally doubled cd pk trigger from... |
blob | commitdiff | diff to current |
2010-10-23 |
Peter Rabbitson |
-ident implementation |
blob | commitdiff | diff to current |
2010-10-17 |
Robert Bohne |
Skip cross-schema tests for Oracle 8i (no clear fix... |
blob | commitdiff | diff to current |
2010-10-17 |
Robert Bohne |
Fixed test for hierarchical queries with Oracle 8i. |
blob | commitdiff | diff to current |
2010-10-16 |
Robert Bohne |
fixed oracle test sequence detection from a different... |
blob | commitdiff | diff to current |
2010-10-14 |
Alexander Hartmaier |
fixed wrong sequence returned when multiple triggers... |
blob | commitdiff | diff to current |
2010-09-17 |
Peter Rabbitson |
Optimize RowNum limit dialect as per suggestion in... |
blob | commitdiff | diff to current |
2010-08-27 |
Peter Rabbitson |
Make running test under DBIC_TRACE=1 bearable |
blob | commitdiff | diff to current |
2010-06-29 |
Rafael Kitover |
improve Oracle sequence detection and related test... |
blob | commitdiff | diff to current |
2010-06-12 |
Rafael Kitover |
improve Oracle sequence detection and related test... |
blob | commitdiff | diff to current |
2010-06-12 |
Rafael Kitover |
fix using oracle sequences across schemas |
blob | commitdiff | diff to current |
2010-06-11 |
Alexander Hartmaier |
added test for limit queries failing on Oracle |
blob | commitdiff | diff to current |
2010-05-31 |
Peter Rabbitson |
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121' |
blob | commitdiff | diff to current |
2010-05-27 |
Robert Bohne |
Fixed group_by bind position problem, reported and... |
blob | commitdiff | diff to current |
2010-05-20 |
Rafael Kitover |
support INSERT OR UPDATE triggers for Oracle |
blob | commitdiff | diff to current |
2010-05-14 |
Robert Bohne |
Use connect_by OR connect_by_nocycle |
blob | commitdiff | diff to current |
2010-05-14 |
Robert Bohne |
Enabled count sub query test, isn't broken anymore |
blob | commitdiff | diff to current |
2010-05-14 |
Robert Bohne |
Fixed count subquery from disabled test case |
blob | commitdiff | diff to current |
2010-05-14 |
Robert Bohne |
Rename option nocycle to connect_by_nocycle |
blob | commitdiff | diff to current |
2010-05-14 |
Robert Bohne |
Fixed broken count query, because of new count query... |
blob | commitdiff | diff to current |
2010-04-14 |
Robert Bohne |
Fixed t/73oracle.t remove braces |
blob | commitdiff | diff to current |
2010-04-12 |
Peter Rabbitson |
Pesky tabs |
blob | commitdiff | diff to current |
2010-04-04 |
Robert Bohne |
Add missing nocycle test for hierarchical queries with... |
blob | commitdiff | diff to current |
2010-03-27 |
Robert Bohne |
Test with the correct arrangement of the tree. |
blob | commitdiff | diff to current |
2010-03-27 |
Robert Bohne |
Support NOCYCLE parameter. |
blob | commitdiff | diff to current |
2010-03-15 |
Robert Bohne |
fixed hierarchical query tests, not all pass yet |
blob | commitdiff | diff to current |
2010-03-15 |
Robert Bohne |
fixed sql mistakes from hierarchical query tests |
blob | commitdiff | diff to current |
2010-03-15 |
Peter Rabbitson |
Now really fixed |
blob | commitdiff | diff to current |
2010-03-15 |
Peter Rabbitson |
Whoops |
blob | commitdiff | diff to current |
2010-03-15 |
Peter Rabbitson |
Rewrite hierarchical query tests |
blob | commitdiff | diff to current |
2010-03-15 |
Robert Bohne |
Fixed 73oracle.t because of new implementation of conne... |
blob | commitdiff | diff to current |
2010-03-10 |
Peter Rabbitson |
Merge fallout |
blob | commitdiff | diff to current |
2010-03-10 |
Peter Rabbitson |
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121' |
blob | commitdiff | diff to current |
2010-02-22 |
Rafael Kitover |
improve with_deferred_fk_checks for Oracle, add tests |
blob | commitdiff | diff to current |
2010-02-01 |
Rafael Kitover |
throw exception on attempt to insert a blob with DBD... |
blob | commitdiff | diff to current |
2010-01-19 |
Peter Rabbitson |
First round of detabification |
blob | commitdiff | diff to current |
2009-12-31 |
Rafael Kitover |
got something working |
blob | commitdiff | diff to current |
2009-12-31 |
Rafael Kitover |
switch oracle tests to done_testing() |
blob | commitdiff | diff to current |
2009-12-31 |
Rafael Kitover |
failing test |
blob | commitdiff | diff to current |
2009-12-18 |
Robert Bohne |
Add PRIOR as special and unary op to SQLAHacks::Oracle... |
blob | commitdiff | diff to current |
2009-11-19 |
Peter Rabbitson |
Patch by kalex |
blob | commitdiff | diff to current |
2009-11-14 |
Rafael Kitover |
skip Oracle BLOB tests on DBD::Oracle == 1.23 |
blob | commitdiff | diff to current |
2009-11-11 |
Arthur Axel "fREW... |
RT50874 |
blob | commitdiff | diff to current |
2009-08-04 |
Rafael Kitover |
update oracle tests for new "track" table |
blob | commitdiff | diff to current |
2009-06-29 |
Rafael Kitover |
remove DateTime from 73oracle.t |
blob | commitdiff | diff to current |
2009-06-13 |
Rafael Kitover |
fixup _setup_connect_do, other minor cleanups |
blob | commitdiff | diff to current |
2009-06-11 |
Rafael Kitover |
on_connect_call implementation and set_datetime_format... |
blob | commitdiff | diff to current |
2009-05-12 |
Peter Rabbitson |
Merge 'trunk' into 'oracle-tweaks' |
blob | commitdiff | diff to current |
2009-05-09 |
Ron "Quinn" Straight |
Changed test of lob values from is to ok on an eq expr... |
blob | commitdiff | diff to current |
2009-05-04 |
Ron "Quinn" Straight |
Re-added last_updated_at to create table statement. |
blob | commitdiff | diff to current |
2009-05-03 |
Ron "Quinn" Straight |
Support for saving CLOB and BLOB types in Oracle. |
blob | commitdiff | diff to current |
2009-05-02 |
Justin Hunter |
remove DBIx::Class::Storage::DBI::MultiDistinctEmulation |
blob | commitdiff | diff to current |
2009-05-02 |
Justin Hunter |
more fixes to tests |
blob | commitdiff | diff to current |
2009-02-17 |
Norbert Buchmuller |
* Fixed the bug in the test that made it fail in the... |
blob | commitdiff | diff to current |
2009-02-15 |
Rafael Kitover |
Improved connected logic for Oracle storage |
blob | commitdiff | diff to current |
2009-02-15 |
Johannes Plunien |
RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic... |
blob | commitdiff | diff to current |
2008-11-12 |
Johannes Plunien |
fixed 73oracle.t, added charfield |
blob | commitdiff | diff to current |
2008-11-04 |
Johannes Plunien |
fixed 73oracle.t |
blob | commitdiff | diff to current |
2007-11-07 |
Johannes Plunien |
fixed sequence auto nextval tests |
blob | commitdiff | diff to current |
2007-11-06 |
Johannes Plunien |
added tests for oracle sequence nextval |
blob | commitdiff | diff to current |
2007-07-04 |
Luke Saunders |
fixed group_by problem with oracle limit syntax |
blob | commitdiff | diff to current |
2007-05-29 |
Brandon L. Black |
converted the vendor tests to use schema objects intead... |
blob | commitdiff | diff to current |
2006-11-22 |
Matt S Trout |
moved tests to compose_namespace instead of compose_con... |
blob | commitdiff | diff to current |
2006-05-18 |
Aran Deltac |
Move helperrels/26sqlt.t, and all t/run/*.tl scripts... |
blob | commitdiff | diff to current |
|