2006-08-08 |
Brandon L. Black |
misc POD updates related to Storage/Storage::DBI |
blob | commitdiff |
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-07-31 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
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 |
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-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-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
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 |
2006-03-18 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'trunk' |
blob | commitdiff | diff to current |
2006-03-18 |
David Kamholz |
Merge 'DBIx-Class-current' into 'trunk' |
blob | commitdiff | diff to current |
2006-03-18 |
Matt S Trout |
Fixup for count |
blob | commitdiff | diff to current |
2006-03-15 |
Brandon L. Black |
>connection does nothing if storage defined and no... |
blob | commitdiff | diff to current |
2006-03-12 |
Jess Robinson |
Oops, deploy only drops tables if you tell it to.. |
blob | commitdiff | diff to current |
2006-03-10 |
Matt S Trout |
test fixups, Schema optimisation tweaks |
blob | commitdiff | diff to current |
2006-03-06 |
Matt S Trout |
C3 loading speedup |
blob | commitdiff | diff to current |
2006-03-05 |
Brandon L. Black |
connection via coderef rather than explicit dsn/name... |
blob | commitdiff | diff to current |
2006-03-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-03-01 |
Justin Guenther |
- Changed documentation to use txn_do() for transactions |
blob | commitdiff | diff to current |
2006-03-01 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-27 |
Justin Guenther |
Fixed txn_do to check that $coderef is actually a code... |
blob | commitdiff | diff to current |
2006-02-26 |
Justin Guenther |
Added DBIx::Class::Schema::txn_do() |
blob | commitdiff | diff to current |
2006-02-24 |
Matt S Trout |
Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var... |
blob | commitdiff | diff to current |
2006-02-18 |
Brandon L. Black |
pod =head3 Arguments stuff |
blob | commitdiff | diff to current |
2006-02-06 |
Jess Robinson |
Minor documentation |
blob | commitdiff | diff to current |
2006-02-03 |
David Kamholz |
put txn_* functions in Schema and call those from DB |
blob | commitdiff | diff to current |
2006-02-01 |
Brandon L. Black |
moved $target::schema definition from compose_namespace... |
blob | commitdiff | diff to current |
2006-01-31 |
Brandon L. Black |
some trivial fixes for "TEST_POD=1 make test" failures |
blob | commitdiff | diff to current |
2006-01-28 |
Matt S Trout |
Booted UNIVERSAL::require sideways out the codebase |
blob | commitdiff | diff to current |
2006-01-27 |
Matt S Trout |
Added $schema->populate |
blob | commitdiff | diff to current |
2006-01-27 |
Matt S Trout |
Fixed in-place compose_connection. Thanks to dwc for... |
blob | commitdiff | diff to current |
2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
blob | commitdiff | diff to current |
2006-01-27 |
Matt S Trout |
Hopefully made in-place compose_connection work |
blob | commitdiff | diff to current |
2006-01-24 |
David Kamholz |
minor doc fix to sync with code |
blob | commitdiff | diff to current |
2006-01-24 |
Matt S Trout |
Disabled pod test, tweaked storage_type behaviour,... |
blob | commitdiff | diff to current |
2006-01-24 |
David Kamholz |
- rename ResultSetInstance class to ResultSetProxy |
blob | commitdiff | diff to current |
2006-01-21 |
Will Hawes |
update synopis/description |
blob | commitdiff | diff to current |
2006-01-20 |
Marcus Ramberg |
use croak instead of die for user errors. |
blob | commitdiff | diff to current |
2006-01-20 |
Matt S Trout |
Fixed up PK::Auto::* to use result_source, added connec... |
blob | commitdiff | diff to current |
2006-01-18 |
Matt S Trout |
Eliminated result_source_instance requirement in Schema |
blob | commitdiff | diff to current |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
Some test hackage |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
resolve_join moved to ResultSource |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
add_relationship, relationship_info, relationships... |
blob | commitdiff | diff to current |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
blob | commitdiff | diff to current |
2006-01-09 |
Matt S Trout |
More refactoring, added ->source and ->resultset to... |
blob | commitdiff | diff to current |
2006-01-09 |
Matt S Trout |
Moving towards instance-based schemas |
blob | commitdiff | diff to current |
2006-01-08 |
Matt S Trout |
Simplified column handling code, moved primary key... |
blob | commitdiff | diff to current |
2005-12-30 |
Matt S Trout |
compose_namespace, just for claco. who by asking volunt... |
blob | commitdiff | diff to current |
2005-12-29 |
Matt S Trout |
Hack around a stupid SQL::Abstract bug and add GROUP... |
blob | commitdiff | diff to current |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
blob | commitdiff | diff to current |
2005-12-14 |
Matt S Trout |
Start of TableInstance code. CDBICompat currently b0rken |
blob | commitdiff | diff to current |
2005-12-12 |
Matt S Trout |
Nothing to see here. Move along ... |
blob | commitdiff | diff to current |
2005-12-11 |
David Kamholz |
merge resultset branch through revision 378 |
blob | commitdiff | diff to current |
2005-12-10 |
David Kamholz |
item => head2 in docs |
blob | commitdiff | diff to current |
2005-11-30 |
Matt S Trout |
Added improved Schema load_classes syntax from abraxxa |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Shoved Class::Data::Inheritable into DBIx::Class, more... |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Getting there ... |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Schema now loads |
blob | commitdiff | diff to current |
2005-11-08 |
Paul Makepeace |
Minor whitespace tweaks to make each file more distinct... |
blob | commitdiff | diff to current |
2005-10-24 |
Marcus Ramberg |
release of 0.30002. |
blob | commitdiff | diff to current |
2005-10-20 |
Marcus Ramberg |
described schema better, and added note about when... |
blob | commitdiff | diff to current |
2005-10-14 |
Marcus Ramberg |
improved docs. |
blob | commitdiff | diff to current |
2005-09-30 |
Matt S Trout |
Version bumped to 0.03002, assorted minor changes |
blob | commitdiff | diff to current |
2005-09-28 |
Dan Kubb |
Rolled back change to compose_connection |
blob | commitdiff | diff to current |
2005-09-28 |
Dan Kubb |
fixed bug where class_resolver was mistakenly clobbered... |
blob | commitdiff | diff to current |
2005-08-10 |
Matt S Trout |
Fixes, refactoring, test additions |
blob | commitdiff | diff to current |
2005-08-09 |
Matt S Trout |
Updated main docs, altered mail address in POD for... |
blob | commitdiff | diff to current |
next |