Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema /
2006-02-06 Matt S Trout missing svk add
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Matt S Trout Fixed dumbass typo in t/lib
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-26 David Kamholz - fix recent belongs_to changes
2006-01-25 Will Hawes add accessor to rels for DBICTest::Schema::Tag and...
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-02 Matt S Trout Extra test classes
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-14 Matt S Trout Fixup after pull from trunk
2005-12-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-11 David Kamholz rewrite belongs_to again, so $cond is foreign key in...
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz - updated manifest and manifest.skip
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-09 Brian Cassidy added test for 2 relationships in the same class to...
2005-09-09 Matt S Trout More refactoring, prefetch
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it