Changes updates
[dbsrgits/DBIx-Class.git] / lib /
2006-02-26 Matt S Trout Fixup MANIFEST, rename 22cache -> 23cache, tweak to...
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-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 David Kamholz attempt to fix weird overload '0+' bug, modify tests...
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 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. Black 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. Black pod =head3 Arguments stuff
2006-02-18 Brandon L. Black 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-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 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. Black storage fix for fork() and workaround for Apache::DBI
2006-02-13 Marcus Ramberg another fix for group_by as scalar.
2006-02-13 Daniel Westermann... Prepping for release v0.05005
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-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 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-11 David Kamholz - fix DB.pm resultset_instance for CDBICompat usage
2006-02-11 Matt S Trout Added ->single method to ResultSet
2006-02-11 Matt S Trout Made discard_changes use ->result_source->resultset...
2006-02-11 Matt S Trout Trivial optimisation in Storage::DBI
2006-02-10 David Kamholz re-rewrite PK::Auto, Pg, Oracle bits
2006-02-10 Matt S Trout Made PK::Auto::* shells since the functionality is...
2006-02-10 David Kamholz remove debug warning from last commit
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-10 Christopher H. Laco Updated UUID* module documentation
2006-02-10 Christopher H. Laco Nuked UUIDColumns.pm~
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
2006-02-09 Matt S Trout Added claco to contributors in POD
2006-02-09 Matt S Trout UUIDColumns patches from Chris Laco
2006-02-09 David Kamholz fix doc typos
2006-02-08 David Kamholz fix doc typo
2006-02-08 David Kamholz remove ResultSource::Table::Cached
2006-02-08 David Kamholz update changes and bump to 0.05003
2006-02-07 David Kamholz add component_class accessors and use them for *_class
2006-02-07 David Kamholz add usage example
2006-02-07 David Kamholz added ResultSource::Table::Cached
2006-02-07 David Kamholz doc fixes
2006-02-07 David Kamholz small fix to ResultSetManager
2006-02-07 David Kamholz tweak to Serialize -- do it even when dcloneing
2006-02-07 David Kamholz small tweak to ResultSetManager (still doesn't work...
2006-02-07 Brandon L. Black prevent accidental table-wide update/delete on row...
2006-02-07 Brandon L. Black rollback on disconnect, and disconnect on DESTROY
2006-02-07 Brandon L. Black minor TEST_POD warning cleanup
2006-02-07 Brandon L. Black pod update: s/->storage->dbh->disconnect/->storage...
2006-02-06 Matt S Trout Fix up delete code after previous commit
2006-02-06 Matt S Trout Fixes to deep search and search_related
2006-02-06 Jess Robinson Update version
2006-02-06 Jess Robinson Minor documentation
2006-02-06 David Kamholz changes for 5.00001 dist
2006-02-06 David Kamholz - add docs to Serialize and ResultSetManager
2006-02-06 Matt S Trout Improved docs for join and prefetch
2006-02-06 David Kamholz more helpfully output NULLs in Storage::DBI _execute...
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-02-06 Matt S Trout Removed debug print statement from SQLT parser
2006-02-06 Matt S Trout Minor bugfix to SQLT parser
2006-02-06 Matt S Trout multi-join to same rel works now
2006-02-06 David Kamholz fix attrs on find
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-05 Matt S Trout Added debugcb method to storage
2006-02-05 Matt S Trout Fix to find for complex resultsets
2006-02-03 David Kamholz - fix bug in ResultSetManager when a class has no subs...
2006-02-03 David Kamholz - move attribute recording to DBIx::Class
2006-02-03 David Kamholz changes to ResultSetManager
2006-02-03 David Kamholz fix stupid typo
2006-02-03 David Kamholz add Serialize and ResultSetManager (neither complete...
2006-02-03 David Kamholz put txn_* functions in Schema and call those from DB
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-02-01 Nigel Metheringham Pod formatting cleanup in Cookbook
2006-02-01 Nigel Metheringham Minor typo fix in schema manual
2006-02-01 Jess Robinson Allow usage of --package for the schema name
next