Fix datetime dependency in t/60core.t (RT62635)
[dbsrgits/DBIx-Class.git] / t / 60core.t
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-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...