add horrific fix to make Oracle's retarded limit syntax work
[dbsrgits/DBIx-Class.git] / t /
2006-02-12 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
2006-02-07 David Kamholz small test fix
2006-02-06 Jess Robinson Check for Module::Find as well..
2006-02-06 Paul Makepeace move DBICTest::Extra to after the Class::Insepctor...
2006-02-06 Jess Robinson Add Class::Inspector recommends, make resultsetmanager...
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-06 Matt S Trout multi-join to same rel works now
2006-02-06 David Kamholz fix attrs on find
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
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-31 David Kamholz change _create_ID to be saner for new version
2006-01-29 Matt S Trout Made plain test use base Schema, not C::M::DBIC::Plain...
2006-01-28 Daniel Westermann... Properly skip test when C::M::DBIC::Plain is not instal...
2006-01-28 Will Hawes allow count() with GROUP BY
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 Marcus Ramberg oops, some more test failures
2006-01-27 Marcus Ramberg oops, botched one
2006-01-27 Marcus Ramberg made cdbi-t optional
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
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-24 Matt S Trout Tweaked UUIDColumns
2006-01-24 Matt S Trout Updated columns_info_for patch from zby
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-21 Matt S Trout Missed one
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
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 Fixed odd ->search bug caused by S::A brain damage
2006-01-14 Matt S Trout More test hackage, some cleanup in ResultSet
2006-01-14 Matt S Trout More test hackage
2006-01-14 Matt S Trout Some test hackage
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 resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-13 Matt S Trout ordered_columns patch from Will Hawes
2006-01-11 Matt S Trout Extra test from Will Hawes
2006-01-11 Matt S Trout Added copy test from Purge
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-08 Matt S Trout find_related now does search_related->find
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
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-30 Matt S Trout Fix non-sqlite tests
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-27 Matt S Trout Added select and as attrs to resultset
2005-12-26 Matt S Trout Switched tests to use DBICTest->class("...")
2005-12-26 Matt S Trout 04db test now uses txn_* API rather than storage->dbh...
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-20 Matt S Trout Nuked 08-inheritcols.t since it's duplicated in 01...
2005-12-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-14 Jess Robinson Patches from Andreas Hartmeier applied to PK::Auto
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-13 David Kamholz PK::Auto::Pg bug fix, only checks primary keys
2005-12-12 Matt S Trout Test and fix to Storage::DBI from Justin DeVuyst
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-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-12-07 Matt S Trout Componentised fixup from Vsevolod (Simon) Ilyushchenko
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-12-01 Jules Bean die() if the user inadvertently tries to set the column...
2005-11-30 Matt S Trout Added improved Schema load_classes syntax from abraxxa
2005-11-24 Matt S Trout Updated version and POD
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-24 Matt S Trout Tweak to ResultSet to fix prefetch for nonexistant...
2005-10-15 David Kamholz add get_columns and set_columns methods to Row.pm
2005-10-10 CL Kao Add a DBIx::UUIDColumns plugin.
2005-09-27 David Kamholz patch CDBI live object index emulation to use ->ID...
2005-09-23 Matt S Trout Fixed prefetch bug and added a test for it (spotted...
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
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-17 Matt S Trout Added quote char test, supported quoting in S::A subcla...
2005-09-11 Matt S Trout Corrected test plan for t/11mysql.t
2005-09-10 Matt S Trout Fixes to CDBICompat::HasMany mapping method support...
2005-09-09 Andy Grundman Added SELECT count test for prefetch
next