Fix for -and conditions when updating or deleting on a ResultSet
[dbsrgits/DBIx-Class.git] / t / run / 01core.tl
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-08 Jess Robinson Skip distinct tests on old sqlite versions
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-03 Simon Elliott New tests for cascade_delete, including fail.
2006-03-09 David Kamholz forgot a couple commits ago
2006-03-08 Marcus Ramberg Added tests for has_column_loaded
2006-02-13 Matt S Trout fixes for columns_info_for stuff from zby
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-01-31 David Kamholz change _create_ID to be saner for new version
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-16 Matt S Trout Made columns ordered by default
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-14 Matt S Trout More test hackage, some cleanup in ResultSet
2006-01-14 Matt S Trout Some test hackage
2006-01-13 Matt S Trout ordered_columns patch from Will Hawes
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-26 Matt S Trout Switched tests to use DBICTest->class("...")
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-15 David Kamholz add get_columns and set_columns methods to Row.pm
2005-09-27 David Kamholz patch CDBI live object index emulation to use ->ID...
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...