more small cleanup, rename insert_or_update to update_or_insert
[dbsrgits/DBIx-Class.git] / t / run / 16joins.tl
2006-03-09 David Kamholz more small cleanup, rename insert_or_update to update_o...
2006-02-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-23 David Kamholz attempt to fix weird overload '0+' bug, modify tests...
2006-02-22 Matt S Trout Tests run now. Sodding SQLite
2006-02-22 Matt S Trout Working HAVING, DBD::SQLite returns duff data so tests...
2006-02-22 Marcus Ramberg having tests.
2006-02-15 Matt S Trout minor test tweak, Changes update
2006-02-13 Scotty Allen removed version.pm dependancy
2006-02-13 Scotty Allen added check to skip tests that break on SQLite < 3...
2006-02-12 David Kamholz put last change in trunk
2006-02-12 David Kamholz - allow specification of related columns via cols attr...
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-02-06 Matt S Trout multi-join to same rel works now
2006-02-06 David Kamholz fix attrs on find
2006-01-28 Will Hawes allow count() with GROUP BY
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-14 Matt S Trout More test hackage, some cleanup in ResultSet
2006-01-14 Matt S Trout Some test hackage
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-11 Matt S Trout Extra test from Will Hawes
2005-12-26 Matt S Trout Switched tests to use DBICTest->class("...")
2005-10-24 Matt S Trout Tweak to ResultSet to fix prefetch for nonexistant...
2005-09-23 Matt S Trout Fixed prefetch bug and added a test for it (spotted...
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...