moved tests to compose_namespace instead of compose_connection, marked compose_connec...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-18 Sebastian Willert Changed DBIC::Schema->load_classes to be taint-safe...
2006-10-03 Jess Robinson Fixed to actually insert using column names, thanks...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-09-03 Jess Robinson Update populate docs
2006-08-31 Brandon L. Black document storage_type
2006-08-26 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-24 Justin Guenther documented storage accessor in Schema
2006-08-23 Brandon L. Black Merge 'load_namespaces' into 'DBIx-Class-current'
2006-08-23 Brandon L. Black rename Source to Result, because that is what it should...
2006-08-23 Brandon L. Black remove result_class stuff from load_namespaces, better...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-18 Jess Robinson Allow deploy to supply a directory for the SQL file...
2006-08-08 Brandon L. Black misc POD updates related to Storage/Storage::DBI
2006-08-08 Brandon L. Black reshuffling the division of labor between Storage and...
2006-08-08 Brandon L. Black move txn_do to Storage
2006-08-03 Brandon L. Black small improves to doc/code clarity
2006-07-31 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-31 Brandon L. Black load_namespaces arrayref support
2006-07-30 Brandon L. Black re-word options/code/pod to be less confusing wrt Resul...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-27 Brandon L. Black Module::Find is a real dep in Build.PL
2006-07-27 Brandon L. Black proxy result_class, and fix load_namespace to use it...
2006-07-27 Brandon L. Black Merge 'DBIx-Class-current' into 'load_namespaces'
2006-07-27 Brandon L. Black load_namespaces now does result_class and "+" syntax...
2006-07-27 Brandon L. Black allow exception_action to suppress things, clean up...
2006-07-24 Brandon L. Black Storage holds a weakref to $schema now
2006-07-23 Brandon L. Black overridable namespaces and overridable base resultset...
2006-07-23 Brandon L. Black docs + draft untested code for load_namespaces
2006-07-21 Jess Robinson Minor fixes to deploy / sqltargs, and more glossary
2006-07-11 Ash Berlin Doced {add_drop_table} option to deploy
2006-07-08 David Kamholz apply claco's result_source_instance patch
2006-06-29 Matt S Trout and fix the bloody thing
2006-06-29 Matt S Trout fixup to txn_do to allow use as a classmethod
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-25 Justin Guenther Merge 'trunk' into 'DBIx-Class-current'
2006-05-25 Justin Guenther Changed txn_do docs/Cookbook example to use closures...
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-29 Jess Robinson Document create_ddl_dir method
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-21 Luke Saunders removed duff ResultSourceProxy links
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
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 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Misc doc updates.
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
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...
next