cycle tests and a weaken call
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-21 Luke Saunders removed duff ResultSourceProxy links
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-26 David Kamholz various small doc fixes
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther expanded/clarified documentation
2006-03-22 Justin Guenther fixed unclear documentation regarding context in txn_do()
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Matt S Trout Updated compose_* docs
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Justin Guenther changed Foo/Bar in docs to more meaningful names
2006-03-20 Matt S Trout Marked deploy as experimental
2006-03-19 Matt S Trout Made do_txn respect void context (on the off-chance...
2006-03-18 Matt S Trout Post-merge fixups
2006-03-18 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 Matt S Trout Fixup for count
2006-03-15 Brandon L. Black >connection does nothing if storage defined and no...
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-06 Matt S Trout C3 loading speedup
2006-03-05 Brandon L. Black connection via coderef rather than explicit dsn/name...
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-03-01 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-02-27 Justin Guenther Fixed txn_do to check that $coderef is actually a code...
2006-02-26 Justin Guenther Added DBIx::Class::Schema::txn_do()
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-06 Jess Robinson Minor documentation
2006-02-03 David Kamholz put txn_* functions in Schema and call those from DB
2006-02-01 Brandon L. Black moved $target::schema definition from compose_namespace...
2006-01-31 Brandon L. Black some trivial fixes for "TEST_POD=1 make test" failures
2006-01-28 Matt S Trout Booted UNIVERSAL::require sideways out the codebase
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 handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout Hopefully made in-place compose_connection work
2006-01-24 David Kamholz minor doc fix to sync with code
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-21 Will Hawes update synopis/description
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-18 Matt S Trout Eliminated result_source_instance requirement in Schema
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-14 Matt S Trout Some test hackage
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-09 Matt S Trout More refactoring, added ->source and ->resultset to...
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2005-12-30 Matt S Trout compose_namespace, just for claco. who by asking volunt...
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-12 Matt S Trout Nothing to see here. Move along ...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz item => head2 in docs
2005-11-30 Matt S Trout Added improved Schema load_classes syntax from abraxxa
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Getting there ...
2005-11-15 Matt S Trout Schema now loads
2005-11-08 Paul Makepeace Minor whitespace tweaks to make each file more distinct...
2005-10-24 Marcus Ramberg release of 0.30002.
2005-10-20 Marcus Ramberg described schema better, and added note about when...
2005-10-14 Marcus Ramberg improved docs.
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-28 Dan Kubb Rolled back change to compose_connection
2005-09-28 Dan Kubb fixed bug where class_resolver was mistakenly clobbered...
2005-08-10 Matt S Trout Fixes, refactoring, test additions
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout - Swapped ordering for schema so connection class comes...
2005-08-07 Matt S Trout Don't inject self into base :)
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-06 Matt S Trout Merged dkubb's Module::Find code into Schema->load_classes
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-04 Matt S Trout Couple extra tweaks to Schema to support proposed C...
2005-08-04 Matt S Trout Refactored Schema.pm
2005-08-04 Matt S Trout Quick synopsis to Schema system in POD
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it