Renamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.
[dbsrgits/DBIx-Class.git] / t / lib /
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-26 Matt S Trout hopefully fixup pg tests (thanks to zby, all bugs mine)
2006-05-25 Aran Deltac Merge 'reorganize_tests' into 'DBIx-Class-current'
2006-05-25 Aran Deltac Merge 'reorganize_tests' into 'DBIx-Class-current'
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-24 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-19 Justin Guenther removed DBICTest::Schema::Casecheck until someone adds it
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-19 Jess Robinson zbys Postgres casecheck patch
2006-05-18 Aran Deltac Delete basicrels tests. Modify run tests to use new...
2006-05-18 Aran Deltac Removed BasicRels and reorganized where the various...
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-17 Matt S Trout Missing stuff for DateTime branch
2006-05-15 Matt S Trout don't ask
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-04-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-18 Daniel Westermann... Add unique constraint at mst's suggestion; find only...
2006-04-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-04-04 Nigel Metheringham Added some track test data and a cascading relationship...
2006-03-31 Aran Deltac Renamed DBIC::Positional as DBIC::Ordered.
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-24 Aran Deltac Remove Tree and TokenGroup modules in favor of the...
2006-03-24 Aran Deltac Rename Positioned as Positional.
2006-03-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-24 Brandon L. Black minor test fix
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-19 Aran Deltac Very basic tests for DBIC:Positioned.
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-03 Matt S Trout Missing svk add, as usual
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-03-02 Robert Sedlacek add_components() doesn't prepend base when comp. prefix...
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Daniel Westermann... Remove dependency on Module::Find in 40resultsetmanager...
2006-02-07 David Kamholz small test fix
2006-02-06 David Kamholz changes for 5.00001 dist
2006-02-06 Matt S Trout missing svk add
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-02-03 David Kamholz - move attribute recording to DBIx::Class
2006-02-03 David Kamholz add ResultSetManager tests
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-29 Matt S Trout Made plain test use base Schema, not C::M::DBIC::Plain...
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Matt S Trout Added $schema->populate
2006-01-27 Matt S Trout Fixed in-place compose_connection. Thanks to dwc for...
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-24 Matt S Trout Fixed up brekage in test schema from merge
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
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 And the inevitable missing svk add
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-09 Matt S Trout Moving towards instance-based schemas
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-27 Matt S Trout Added select and as attrs to resultset
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-11-30 Matt S Trout Added improved Schema load_classes syntax 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...
next