Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)
[dbsrgits/DBIx-Class.git] / lib /
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 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
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-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
2006-02-01 Brandon L. Black moved $target::schema definition from compose_namespace...
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz remove ObjectCache, does not work anymore, so doesn...
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-31 David Kamholz change _create_ID to be saner for new version
2006-01-31 Brandon L. Black some trivial fixes for "TEST_POD=1 make test" failures
2006-01-29 Matt S Trout Made plain test use base Schema, not C::M::DBIC::Plain...
2006-01-28 Daniel Westermann... Bump version and update Changes for _06
2006-01-28 Matt S Trout Fixed Storage/DBI (tried to load deprecated ::Exception...
2006-01-28 Will Hawes update docs for count() with GROUP BY
2006-01-28 Will Hawes allow count() with GROUP BY
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-28 Matt S Trout Patch from jesper to work round dumbass DBDs
2006-01-28 Matt S Trout disconnect, connected, ensure_connected on Storage...
2006-01-28 Matt S Trout Booted UNIVERSAL::require sideways out the codebase
2006-01-27 Matt S Trout Added $schema->populate
2006-01-27 Matt S Trout Fixed in-place compose_connection. Thanks to dwc for...
2006-01-27 Marcus Ramberg made cdbi-t optional
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Will Hawes add cookbook example for multi-step prefetch
2006-01-27 Will Hawes update docs for prefetch
2006-01-27 Matt S Trout Hopefully made in-place compose_connection work
2006-01-27 Matt S Trout Re-fixed HasOne (how tf did we lose that ...)
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-26 Matt S Trout (no commit message)
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-26 Matt S Trout Added copying of refs durings ResultSource->new
2006-01-26 David Kamholz fix ResultSourceProxy::Table for inherited classes...
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-26 Will Hawes fix typo in search_like example
2006-01-26 Nigel Metheringham Fixed warning undefined variable in regexp caused by...
2006-01-26 Will Hawes more informative error in related_source when relations...
2006-01-25 Nigel Metheringham Changelog update for [705]
2006-01-25 Nigel Metheringham Debugging/trace output control. Allows redirection...
2006-01-25 Brandon L. Black add parms to prepare_cached() in PK/Auto/DB2.pm so...
2006-01-24 David Kamholz minor doc fix to sync with code
2006-01-24 David Kamholz fix stupidities in transaction handling
2006-01-24 David Kamholz fix select attr docs
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Tweaked UUIDColumns
2006-01-24 Matt S Trout Updated columns_info_for patch from zby
2006-01-24 Brandon L. Black merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L. Black use filter accessor on single-column explicit join...
2006-01-24 Matt S Trout on_connect_do patch from abraxxa
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-23 Will Hawes flesh out doc for 'from', 'select', 'as' and 'group_by'
next