backporting the set_column/store_column fix
[dbsrgits/DBIx-Class.git] / t / 60core.t
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
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-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...