dbsrgits/DBIx-Class.git
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-16 Justin Guenther fixed e-mail address
2006-03-13 Kieren Diment Changed DB namespace to MyDatabase namespace
2006-03-11 Kieren Diment minor change to AUTHOR section
2006-03-04 Brandon L.... a few more fixups to ExampleSchema.pod
2006-03-03 Brandon L.... small typo fix to ExampleSchema.pod
2006-03-03 Matt S Trout MANIFEST nuked out of repo
2006-03-03 Matt S Trout Missing svk add, as usual
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-03-03 Kieren Diment Changed the name of CD class to Cd to be compatible...
2006-03-02 Brandon L.... add update_or_create proxy method
2006-03-02 Kieren Diment Fixed a typo in the SQL::Translator section (missing...
2006-03-02 Kieren Diment Moved Example.pod to ExampleSchema.pod
2006-03-02 Kieren Diment Altered example to populate the db with DBIC
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-03-01 Brandon L.... t/50fork.t made a little more resilient
2006-03-01 Brandon L.... dbh->{InactiveDestroy} when reconnecting in child proce...
2006-03-01 David Kamholz try to fix PK::Auto::Pg for sequences with quoted names
2006-03-01 David Kamholz renumber tests
2006-03-01 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Matt S Trout Added missing join attrs to 23cache
2006-03-01 David Kamholz cleanup related_resultset in Relationship::Base
2006-02-28 Matt S Trout Additional docs for many_to_many
2006-02-28 Cory G Watson Fix multi-namespace load_classes example in Manual...
2006-02-28 Simon Elliott Fix to foreign key sqlt generation
2006-02-28 Simon Elliott fix for deploying MySQL schemas. schema debug++
2006-02-27 Justin Guenther Fixed a typo
2006-02-27 Justin Guenther Fixed txn_do to check that $coderef is actually a code...
2006-02-26 Matt S Trout Tweak to Manual::Example
2006-02-26 Matt S Trout Added Manual::Example from sc_
2006-02-26 Matt S Trout Changes updates
2006-02-26 Matt S Trout Fixup MANIFEST, rename 22cache -> 23cache, tweak to...
2006-02-26 Matt S Trout Renamed 22cache to 23cache
2006-02-26 Justin Guenther Added DBIx::Class::Schema::txn_do()
2006-02-24 Matt S Trout Dumbass typo, ta castaway
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-24 Nigel Metheringham Reverted previous unitentional change to Accessor.pm
2006-02-24 Nigel Metheringham Minor documentation fix for find. Removed some EOL...
2006-02-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-24 Matt S Trout Changes for 0.05007
2006-02-23 Matt S Trout Updated Class::C3 dep
2006-02-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-02-23 Matt S Trout Updated Oracle test
2006-02-23 David Kamholz attempt to fix weird overload '0+' bug, modify tests...
2006-02-22 Matt S Trout Nuked some test warnings
2006-02-22 Matt S Trout Tests run now. Sodding SQLite
2006-02-22 Matt S Trout Working HAVING, DBD::SQLite returns duff data so tests...
2006-02-22 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-22 Marcus Ramberg having tests.
2006-02-22 Matt S Trout Class::C3 fixup for 0.11
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-21 David Kamholz fix thinkos in ResultSet docs
2006-02-21 Brian Cassidy fix for limit_dialect( 'Top' ) w/ order_by
2006-02-20 Brandon L.... croak on DBI->connect errors
2006-02-19 Jess Robinson Explicit return added
2006-02-19 David Kamholz minor optimization to Row.pm
2006-02-19 Matt S Trout PK::Auto tweak
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-19 Matt S Trout Improved AccessorGroup docs
2006-02-18 Brandon L.... pod =head3 Arguments stuff
2006-02-18 Brandon L.... pod typo fix
2006-02-18 Will Hawes maintain cache + reset cursor for search() without...
2006-02-18 Jess Robinson Create glossary
2006-02-17 Jess Robinson Documentations!
2006-02-17 David Kamholz changes for 0.05006 release
2006-02-17 Brandon L.... added optional test for fork stressing - not a very...
2006-02-15 Matt S Trout minor test tweak, Changes update
2006-02-15 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-15 Matt S Trout made update(\%hash) work on row as well as rs
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-02-14 Daniel Westermann... Remove dependency on Module::Find in 40resultsetmanager...
2006-02-14 Matt S Trout damn merges eating patch monkeys
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
2006-02-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-14 Brandon L.... storage fix for fork() and workaround for Apache::DBI
2006-02-14 Christopher... Added change notes about UUIDColumns/UUIDMaker
2006-02-13 Marcus Ramberg and changes
2006-02-13 Marcus Ramberg another fix for group_by as scalar.
2006-02-13 David Kamholz fix Changes file
2006-02-13 Daniel Westermann... Prepping for release v0.05005
2006-02-13 Scotty Allen removed version.pm dependancy
2006-02-13 Daniel Westermann... For sqlite version checks
2006-02-13 Marcus Ramberg prepared for release.
2006-02-13 Scotty Allen added myself to the contributors list
2006-02-13 Matt S Trout fixes for columns_info_for stuff from zby
2006-02-13 Scotty Allen added check to skip tests that break on SQLite < 3...
2006-02-13 Matt S Trout fix up 14mssql.tl
2006-02-12 David Kamholz put last change in trunk
2006-02-12 David Kamholz - allow specification of related columns via cols attr...
2006-02-12 David Kamholz don't die if result_source_instance is not available...
2006-02-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-12 David Kamholz small aesthetic fix to Storage::DBI::Oracle
2006-02-12 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
2006-02-12 David Kamholz fix sequence method in PK::Auto
2006-02-11 David Kamholz - move Serialize.pm to Serialize/Storable.pm
2006-02-11 David Kamholz fix typo
2006-02-11 David Kamholz - add gen-tests.pl script
next