2007-12-20 |
Ash Berlin |
Add proper thaw hooks so schema gets re-attached |
blob | commitdiff |
2007-10-13 |
Ash Berlin |
Add docs about sqlt_deploy_hook, and reorganise/reorder... |
blob | commitdiff | diff to current |
2007-10-04 |
Marc Mims |
- Doc patch for using an SQL function on the left side... |
blob | commitdiff | diff to current |
2007-09-29 |
Jess Robinson |
Fix "redefined" errors resulting from loading a Schema... |
blob | commitdiff | diff to current |
2007-08-16 |
John Napiorkowski |
-- added some documentation to ->populate to warn peopl... |
blob | commitdiff | diff to current |
2007-08-03 |
Matt S Trout |
add default_resultset_attributes entry to Schema |
blob | commitdiff | diff to current |
2007-07-04 |
Matt S Trout |
remove cwd dep, modify pod |
blob | commitdiff | diff to current |
2007-06-25 |
John Napiorkowski |
Added multi-create object support to Schema->populate... |
blob | commitdiff | diff to current |
2007-06-17 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'trunk' |
blob | commitdiff | diff to current |
2007-06-12 |
Brandon L. Black |
default stacktrace on if $ENV{DBIC_TRACE} is on |
blob | commitdiff | diff to current |
2007-06-12 |
Brandon L. Black |
exception objects to make stacktrace work right (!!) |
blob | commitdiff | diff to current |
2007-06-11 |
Brandon L. Black |
oops, small POD typo |
blob | commitdiff | diff to current |
2007-06-11 |
Brandon L. Black |
add stacktrace option to modify the default behavior... |
blob | commitdiff | diff to current |
2007-05-11 |
Matt S Trout |
eliminate the last of the AutoCommit warnings |
blob | commitdiff | diff to current |
2007-05-03 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-05-03 |
Brandon L. Black |
revert part of 3220, apparently it is breaking cloning... |
blob | commitdiff | diff to current |
2007-05-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-05-01 |
Brandon L. Black |
load-time performance improvements |
blob | commitdiff | diff to current |
2007-04-19 |
Matt S Trout |
reverting r3173, already implemented in -current |
blob | commitdiff | diff to current |
2007-04-02 |
Jess Robinson |
Add patch from dec to allow us to pick which sources... |
blob | commitdiff | diff to current |
2007-03-03 |
David Jack Olrik |
Reverted accidental 'svk pull' from inside mirrored... |
blob | commitdiff | diff to current |
2007-03-03 |
David Jack Olrik |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-03-03 |
Jess Robinson |
Fix to $filename from Carl Vincent |
blob | commitdiff | diff to current |
2006-12-30 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'param_bind' |
blob | commitdiff | diff to current |
2006-12-28 |
Matt S Trout |
Merge 'source-handle' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-12-13 |
John Napiorkowski |
updated bulk insert to handle bind_param_array, created... |
blob | commitdiff | diff to current |
2006-11-27 |
Ash Berlin |
- $schema->deploy now accepts a list of source (name... |
blob | commitdiff | diff to current |
2006-11-26 |
Ash Berlin |
Made source_name read-only on source instances, r/w... |
blob | commitdiff | diff to current |
2006-11-23 |
Matt S Trout |
Merge 'versioning' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-11-22 |
Matt S Trout |
moved tests to compose_namespace instead of compose_con... |
blob | commitdiff | diff to current |
2006-11-03 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'versioning' |
blob | commitdiff | diff to current |
2006-10-25 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-10-18 |
Sebastian Willert |
Changed DBIC::Schema->load_classes to be taint-safe... |
blob | commitdiff | diff to current |
2006-10-06 |
Jess Robinson |
Versioning! With tests! Woo! |
blob | commitdiff | diff to current |
2006-10-03 |
Jess Robinson |
Fixed to actually insert using column names, thanks... |
blob | commitdiff | diff to current |
2006-09-15 |
Jess Robinson |
create insert_bulk using execute_array, and make popula... |
blob | commitdiff | diff to current |
2006-09-12 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-09-03 |
Jess Robinson |
Update populate docs |
blob | commitdiff | diff to current |
2006-08-31 |
Brandon L. Black |
document storage_type |
blob | commitdiff | diff to current |
2006-08-26 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-24 |
Justin Guenther |
documented storage accessor in Schema |
blob | commitdiff | diff to current |
2006-08-23 |
Brandon L. Black |
Merge 'load_namespaces' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-23 |
Brandon L. Black |
rename Source to Result, because that is what it should... |
blob | commitdiff | diff to current |
2006-08-23 |
Brandon L. Black |
remove result_class stuff from load_namespaces, better... |
blob | commitdiff | diff to current |
2006-08-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-18 |
Jess Robinson |
Allow deploy to supply a directory for the SQL file... |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
misc POD updates related to Storage/Storage::DBI |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
reshuffling the division of labor between Storage and... |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
move txn_do to Storage |
blob | commitdiff | diff to current |
2006-08-03 |
Brandon L. Black |
small improves to doc/code clarity |
blob | commitdiff | diff to current |
2006-07-31 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-31 |
Brandon L. Black |
load_namespaces arrayref support |
blob | commitdiff | diff to current |
2006-07-30 |
Brandon L. Black |
re-word options/code/pod to be less confusing wrt Resul... |
blob | commitdiff | diff to current |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
Module::Find is a real dep in Build.PL |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
proxy result_class, and fix load_namespace to use it... |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
Merge 'DBIx-Class-current' into 'load_namespaces' |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
load_namespaces now does result_class and "+" syntax... |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
allow exception_action to suppress things, clean up... |
blob | commitdiff | diff to current |
2006-07-24 |
Brandon L. Black |
Storage holds a weakref to $schema now |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
overridable namespaces and overridable base resultset... |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
docs + draft untested code for load_namespaces |
blob | commitdiff | diff to current |
2006-07-21 |
Jess Robinson |
Minor fixes to deploy / sqltargs, and more glossary |
blob | commitdiff | diff to current |
2006-07-11 |
Ash Berlin |
Doced {add_drop_table} option to deploy |
blob | commitdiff | diff to current |
2006-07-08 |
David Kamholz |
apply claco's result_source_instance patch |
blob | commitdiff | diff to current |
2006-06-29 |
Matt S Trout |
and fix the bloody thing |
blob | commitdiff | diff to current |
2006-06-29 |
Matt S Trout |
fixup to txn_do to allow use as a classmethod |
blob | commitdiff | diff to current |
2006-05-31 |
Nigel Metheringham |
POD::Coverage additions |
blob | commitdiff | diff to current |
2006-05-25 |
Justin Guenther |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-05-25 |
Justin Guenther |
Changed txn_do docs/Cookbook example to use closures... |
blob | commitdiff | diff to current |
2006-05-22 |
Jess Robinson |
Back to on_connect in connection, rather than populate_... |
blob | commitdiff | diff to current |
2006-05-22 |
Jess Robinson |
Call on_connect AFTER actual connection, so we have... |
blob | commitdiff | diff to current |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
blob | commitdiff | diff to current |
2006-05-19 |
Jess Robinson |
Backups and Path::Class |
blob | commitdiff | diff to current |
2006-05-06 |
Jess Robinson |
Experiments in versioning.. |
blob | commitdiff | diff to current |
2006-05-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-29 |
Jess Robinson |
Document create_ddl_dir method |
blob | commitdiff | diff to current |
2006-04-29 |
Jess Robinson |
add create_ddl_dir for creating versioned sql statement... |
blob | commitdiff | diff to current |
2006-04-22 |
Matt S Trout |
cycle tests and a weaken call |
blob | commitdiff | diff to current |
2006-04-21 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-21 |
Luke Saunders |
removed duff ResultSourceProxy links |
blob | commitdiff | diff to current |
2006-04-07 |
Christopher H. Laco |
Added source_name to ResultSource/ResultSourceProxy |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
blob | commitdiff | diff to current |
2006-03-26 |
David Kamholz |
various small doc fixes |
blob | commitdiff | diff to current |
2006-03-25 |
Justin Guenther |
removed parentheses from argument lists in docs |
blob | commitdiff | diff to current |
2006-03-25 |
Justin Guenther |
changed Returns -> Return Value |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
changed formatting for arguments/return values in metho... |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
expanded/clarified documentation |
blob | commitdiff | diff to current |
2006-03-22 |
Justin Guenther |
fixed unclear documentation regarding context in txn_do() |
blob | commitdiff | diff to current |
2006-03-21 |
Justin Guenther |
Documentation indenting/formatting fixes |
blob | commitdiff | diff to current |
2006-03-21 |
Matt S Trout |
Updated compose_* docs |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
Doc updates to remove PK::Auto::<db> references and... |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
undo changes that should have been in TRUNK. /me thwaps... |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
Misc doc updates. |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
Doc fixes for PK::Auto::DB references. All handled... |
blob | commitdiff | diff to current |
2006-03-21 |
Justin Guenther |
changed Foo/Bar in docs to more meaningful names |
blob | commitdiff | diff to current |
2006-03-20 |
Matt S Trout |
Marked deploy as experimental |
blob | commitdiff | diff to current |
2006-03-19 |
Matt S Trout |
Made do_txn respect void context (on the off-chance... |
blob | commitdiff | diff to current |
2006-03-18 |
Matt S Trout |
Post-merge fixups |
blob | commitdiff | diff to current |
next |