Remove hostile test added by stupid-me 7 years ago in 3bb4eb8f
[dbsrgits/DBIx-Class.git] / t / 60core.t
2016-08-22 Peter Rabbitson Remove hostile test added by stupid-me 7 years ago...
2016-03-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-10 Peter Rabbitson Move some ICDT dependent (sub)tests around (no function...
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-10-24 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-22 Peter Rabbitson Revert prematurely merged default insert support for...
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-09-30 Lasse Makholm Unbreak $rs->create() with empty hashref on Oracle
2014-09-10 Peter Rabbitson Fix incorrect cond construction in _minimal_valueset_sa...
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-25 Peter Rabbitson Fix test warnings left in by 11343b34
2013-02-14 Peter Rabbitson Massively optimize ->cursor->next while fixing some...
2012-11-03 Fitz Elliott Test that ->new() on a ResultSet object returns a Row
2012-08-24 Arthur Axel 'fREW... put off deprecation and clarify test output
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2010-11-18 Peter Rabbitson Backout inconsistent changes to +columns handling
2010-11-10 Peter Rabbitson Fix datetime dependency in t/60core.t (RT62635)
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-10-16 Peter Rabbitson Remove support for find( col1 => $val1, col2 => $val2...
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2010-08-04 Peter Rabbitson resolve_prefetch and resolve_join changed so much from...
2010-05-07 Nigel Metheringham empty update OK even if row is not in database
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-02-08 Peter Rabbitson Merge some obsolete code cleanup from the prefetch...
2010-01-08 Peter Rabbitson Resolve problem reported by lists.scsys.co.uk/pipermail...
2009-11-26 Peter Rabbitson cleanups
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-09-15 Peter Rabbitson Warn when distinct is used with group_by
2009-09-10 Moritz Onken added test to make sure that store_column is called...
2009-09-04 Peter Rabbitson Fixes to pg test after review:
2009-08-10 Michael Reddick Added exception when resultset called without an argument
2009-08-05 Peter Rabbitson Reminder about discard_changes and friends
2009-06-29 Peter Rabbitson This is tested elsewhere (2)
2009-06-29 Peter Rabbitson This is tested elsewhere
2009-06-11 Peter Rabbitson Adjust tests for the DT::F::MySQL -> DT::F::SQLite...
2009-05-23 Peter Rabbitson Extra test and count fixes for prefetch + distinct
2009-05-20 Peter Rabbitson Bring back the old code from resolve_prefetch so ash...
2009-05-20 Peter Rabbitson Make joined rs counts backwards compatible - we do...
2009-05-16 Peter Rabbitson Merge 'trunk' into 'joined_count'
2009-05-16 Peter Rabbitson Cleanup tests
2009-05-14 Peter Rabbitson Questionable test changes - need a review
2009-05-02 Justin Hunter more fixes to tests
2009-05-02 Justin Hunter remove hackish ways
2009-02-24 Nigel Metheringham Merge 'column_attr' into 'trunk'
2009-02-23 Nigel Metheringham Merge 'trunk' into 'column_attr'
2009-02-20 Peter Rabbitson Switching Track to Ordered uncovered a number of defici...
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-09 Peter Rabbitson Remove bogus test:
2009-02-05 Guillermo Roditi adding regression test for source_name
2009-02-04 Guillermo Roditi adding failing test to make sure insert doesnt call...
2009-01-20 Peter Rabbitson remove_columns() sanitization by Oleg Pronin
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2008-11-12 Nigel Metheringham Extended tests to check new syntax
2008-11-12 Nigel Metheringham Passes all tests
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
2007-09-04 Dagfinn Ilmari Man... Fix return value for DBIC::ResultSource::Table->table...
2007-06-04 Brandon L. Black skip parts of t/60core.t if no DateTime::Format::MySQL
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-05-22 Christopher H. Laco added get_inflated_columns to Row
2006-11-26 Ash Berlin Made source_name read-only on source instances, r/w...
2006-09-12 Brandon L. Black column_info_from_storage(1) is cleaner anyways
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-20 Christopher H. Laco remove_columns now deletes columns from _columns fixing...
2006-07-20 Brandon L. Black Merge 'DBIx-Class-current' into 'column_info_from_storage'
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-06-29 Brandon L. Black turn off automatic columns_info_for by default. Can...
2006-06-06 Daniel Westermann... Revert change to test for deprecated find usage and...
2006-06-06 Luke Saunders fixed search with joins from related resultset
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...