Add proper thaw hooks so schema gets re-attached
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2007-12-20 Ash Berlin Add proper thaw hooks so schema gets re-attached
2007-10-13 Ash Berlin Add docs about sqlt_deploy_hook, and reorganise/reorder...
2007-10-04 Marc Mims - Doc patch for using an SQL function on the left side...
2007-09-29 Jess Robinson Fix "redefined" errors resulting from loading a Schema...
2007-08-16 John Napiorkowski -- added some documentation to ->populate to warn peopl...
2007-08-03 Matt S Trout add default_resultset_attributes entry to Schema
2007-07-04 Matt S Trout remove cwd dep, modify pod
2007-06-25 John Napiorkowski Added multi-create object support to Schema->populate...
2007-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2007-06-12 Brandon L. Black default stacktrace on if $ENV{DBIC_TRACE} is on
2007-06-12 Brandon L. Black exception objects to make stacktrace work right (!!)
2007-06-11 Brandon L. Black oops, small POD typo
2007-06-11 Brandon L. Black add stacktrace option to modify the default behavior...
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-03 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-03 Brandon L. Black revert part of 3220, apparently it is breaking cloning...
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-01 Brandon L. Black load-time performance improvements
2007-04-19 Matt S Trout reverting r3173, already implemented in -current
2007-04-02 Jess Robinson Add patch from dec to allow us to pick which sources...
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
2007-03-03 Jess Robinson Fix to $filename from Carl Vincent
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-11-27 Ash Berlin - $schema->deploy now accepts a list of source (name...
2006-11-26 Ash Berlin Made source_name read-only on source instances, r/w...
2006-11-23 Matt S Trout Merge 'versioning' into 'DBIx-Class-current'
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-11-03 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
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-06 Jess Robinson Versioning! With tests! Woo!
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-22 Jess Robinson Back to on_connect in connection, rather than populate_...
2006-05-22 Jess Robinson Call on_connect AFTER actual connection, so we have...
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-19 Jess Robinson Backups and Path::Class
2006-05-06 Jess Robinson Experiments in versioning..
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
next