Cory G Watson [Tue, 28 Feb 2006 21:23:31 +0000]
Fix multi-namespace load_classes example in Manual/SchemaIntro
Justin Guenther [Mon, 27 Feb 2006 22:50:49 +0000]
Fixed a typo
Justin Guenther [Mon, 27 Feb 2006 22:48:48 +0000]
Fixed txn_do to check that $coderef is actually a code ref, and wrote parameter check tests
Matt S Trout [Sun, 26 Feb 2006 19:57:47 +0000]
Tweak to Manual::Example
Matt S Trout [Sun, 26 Feb 2006 19:52:16 +0000]
Added Manual::Example from sc_
Justin Guenther [Sun, 26 Feb 2006 03:01:41 +0000]
Added DBIx::Class::Schema::txn_do()
Nigel Metheringham [Fri, 24 Feb 2006 12:16:06 +0000]
Reverted previous unitentional change to Accessor.pm
Nigel Metheringham [Fri, 24 Feb 2006 12:11:11 +0000]
Minor documentation fix for find. Removed some EOL spacing
Matt S Trout [Fri, 24 Feb 2006 01:19:15 +0000]
Changes for 0.05007
Matt S Trout [Thu, 23 Feb 2006 21:53:51 +0000]
Updated Class::C3 dep
Jesper Krogh [Thu, 23 Feb 2006 19:14:42 +0000]
Double char quoting implemented, now supports stuff like [] (for MSSQL)
Matt S Trout [Thu, 23 Feb 2006 13:55:52 +0000]
Updated Oracle test
David Kamholz [Thu, 23 Feb 2006 11:09:00 +0000]
attempt to fix weird overload '0+' bug, modify tests to make sure it works
Matt S Trout [Wed, 22 Feb 2006 13:25:23 +0000]
Class::C3 fixup for 0.11
David Kamholz [Tue, 21 Feb 2006 19:33:04 +0000]
fix thinkos in ResultSet docs
Brian Cassidy [Tue, 21 Feb 2006 19:27:07 +0000]
fix for limit_dialect( 'Top' ) w/ order_by
Matt S Trout [Sun, 19 Feb 2006 14:32:51 +0000]
Improved AccessorGroup docs
Brandon L. Black [Sat, 18 Feb 2006 21:14:07 +0000]
pod =head3 Arguments stuff
Brandon L. Black [Sat, 18 Feb 2006 20:06:19 +0000]
pod typo fix
Jess Robinson [Sat, 18 Feb 2006 00:07:53 +0000]
Create glossary
Jess Robinson [Fri, 17 Feb 2006 23:46:08 +0000]
Documentations!
David Kamholz [Fri, 17 Feb 2006 14:49:28 +0000]
changes for 0.05006 release
Brandon L. Black [Fri, 17 Feb 2006 13:15:45 +0000]
added optional test for fork stressing - not a very good test at the moment, but it is something
Matt S Trout [Wed, 15 Feb 2006 16:30:41 +0000]
made update(\%hash) work on row as well as rs
Daniel Westermann-Clark [Tue, 14 Feb 2006 16:00:50 +0000]
Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)
Brandon L. Black [Tue, 14 Feb 2006 06:01:10 +0000]
storage fix for fork() and workaround for Apache::DBI
Marcus Ramberg [Mon, 13 Feb 2006 22:14:23 +0000]
and changes
Marcus Ramberg [Mon, 13 Feb 2006 22:13:17 +0000]
another fix for group_by as scalar.
David Kamholz [Mon, 13 Feb 2006 21:58:30 +0000]
fix Changes file
Daniel Westermann-Clark [Mon, 13 Feb 2006 21:28:21 +0000]
Prepping for release
Scotty Allen [Mon, 13 Feb 2006 21:20:08 +0000]
removed version.pm dependancy
Daniel Westermann-Clark [Mon, 13 Feb 2006 20:31:35 +0000]
For sqlite version checks
Marcus Ramberg [Mon, 13 Feb 2006 19:59:46 +0000]
prepared for release.
Scotty Allen [Mon, 13 Feb 2006 17:47:32 +0000]
added myself to the contributors list
Matt S Trout [Mon, 13 Feb 2006 17:19:01 +0000]
fixes for columns_info_for stuff from zby
Scotty Allen [Mon, 13 Feb 2006 16:28:12 +0000]
added check to skip tests that break on SQLite < 3.2.6 due to SQLite not understanding COUNT(DISTINCT())
Matt S Trout [Mon, 13 Feb 2006 15:37:06 +0000]
fix up 14mssql.tl
David Kamholz [Sun, 12 Feb 2006 19:35:58 +0000]
put last change in trunk
Matt S Trout [Sun, 12 Feb 2006 13:43:20 +0000]
add horrific fix to make Oracle's retarded limit syntax work
Matt S Trout [Sat, 11 Feb 2006 17:04:44 +0000]
Made discard_changes use ->result_source->resultset->find
Matt S Trout [Sat, 11 Feb 2006 17:04:08 +0000]
Trivial optimisation in Storage::DBI
David Kamholz [Thu, 9 Feb 2006 14:00:11 +0000]
fix doc typos
David Kamholz [Wed, 8 Feb 2006 20:52:18 +0000]
fix doc typo
David Kamholz [Wed, 8 Feb 2006 16:58:36 +0000]
updated MANIFEST.SKIP
David Kamholz [Wed, 8 Feb 2006 16:53:02 +0000]
remove ResultSource::Table::Cached
David Kamholz [Wed, 8 Feb 2006 16:51:42 +0000]
update changes and bump to 0.05003
David Kamholz [Tue, 7 Feb 2006 22:50:06 +0000]
add component_class accessors and use them for *_class
David Kamholz [Tue, 7 Feb 2006 22:48:54 +0000]
add usage example
David Kamholz [Tue, 7 Feb 2006 22:46:57 +0000]
added ResultSource::Table::Cached
David Kamholz [Tue, 7 Feb 2006 22:43:09 +0000]
doc fixes
David Kamholz [Tue, 7 Feb 2006 22:39:53 +0000]
small test fix
David Kamholz [Tue, 7 Feb 2006 22:11:18 +0000]
small fix to ResultSetManager
David Kamholz [Tue, 7 Feb 2006 19:31:35 +0000]
tweak to Serialize -- do it even when dcloneing
David Kamholz [Tue, 7 Feb 2006 19:16:39 +0000]
small tweak to ResultSetManager (still doesn't work perfectly)
Brandon L. Black [Tue, 7 Feb 2006 14:51:35 +0000]
prevent accidental table-wide update/delete on row-object from PK-less table
Jess Robinson [Tue, 7 Feb 2006 14:12:54 +0000]
Initial commit
Brandon L. Black [Tue, 7 Feb 2006 03:47:39 +0000]
rollback on disconnect, and disconnect on DESTROY
Brandon L. Black [Tue, 7 Feb 2006 03:45:29 +0000]
minor TEST_POD warning cleanup
Brandon L. Black [Tue, 7 Feb 2006 02:52:27 +0000]
pod update: s/->storage->dbh->disconnect/->storage->disconnect/
Matt S Trout [Mon, 6 Feb 2006 18:15:44 +0000]
Fix up delete code after previous commit
Matt S Trout [Mon, 6 Feb 2006 17:45:09 +0000]
Fixes to deep search and search_related
Jess Robinson [Mon, 6 Feb 2006 14:39:04 +0000]
Check for Module::Find as well..
Paul Makepeace [Mon, 6 Feb 2006 13:45:33 +0000]
move DBICTest::Extra to after the Class::Insepctor check
Jess Robinson [Mon, 6 Feb 2006 12:31:09 +0000]
Update version
Jess Robinson [Mon, 6 Feb 2006 12:15:43 +0000]
Add Class::Inspector recommends, make resultsetmanager test skip if not installed
Jess Robinson [Mon, 6 Feb 2006 08:03:54 +0000]
Minor documentation
David Kamholz [Mon, 6 Feb 2006 02:29:41 +0000]
put date in Changes
David Kamholz [Mon, 6 Feb 2006 02:10:14 +0000]
changes for 5.00001 dist
David Kamholz [Mon, 6 Feb 2006 01:48:35 +0000]
- add docs to Serialize and ResultSetManager
- updated Changes
Matt S Trout [Mon, 6 Feb 2006 01:47:26 +0000]
Improved docs for join and prefetch
Matt S Trout [Mon, 6 Feb 2006 01:47:02 +0000]
missing svk add
David Kamholz [Mon, 6 Feb 2006 01:28:43 +0000]
update Changes which I forgot to do again :)
David Kamholz [Mon, 6 Feb 2006 01:27:24 +0000]
more helpfully output NULLs in Storage::DBI _execute debug output
Matt S Trout [Mon, 6 Feb 2006 01:26:35 +0000]
multi-step prefetch along the same rel (e.g. for trees) now works
Matt S Trout [Mon, 6 Feb 2006 01:07:09 +0000]
Removed debug print statement from SQLT parser
Matt S Trout [Mon, 6 Feb 2006 01:04:37 +0000]
Minor bugfix to SQLT parser
Matt S Trout [Mon, 6 Feb 2006 00:46:41 +0000]
multi-join to same rel works now
David Kamholz [Mon, 6 Feb 2006 00:35:39 +0000]
updated Changes
David Kamholz [Mon, 6 Feb 2006 00:32:28 +0000]
fix attrs on find
Matt S Trout [Sun, 5 Feb 2006 23:25:57 +0000]
add $source->resultset_attributes, include_columns rs attr
Matt S Trout [Sun, 5 Feb 2006 17:10:57 +0000]
Added debugcb method to storage
Matt S Trout [Sun, 5 Feb 2006 15:28:51 +0000]
Fix to find for complex resultsets
David Kamholz [Fri, 3 Feb 2006 20:00:58 +0000]
- fix bug in ResultSetManager when a class has no subs with attrs
- attempt to sanitize Serialize
David Kamholz [Fri, 3 Feb 2006 18:30:10 +0000]
- move attribute recording to DBIx::Class
- clean up ResultSetManager and tests
David Kamholz [Fri, 3 Feb 2006 15:46:32 +0000]
add ResultSetManager tests
David Kamholz [Fri, 3 Feb 2006 15:28:53 +0000]
changes to ResultSetManager
David Kamholz [Fri, 3 Feb 2006 15:18:24 +0000]
fix stupid typo
David Kamholz [Fri, 3 Feb 2006 15:14:44 +0000]
add Serialize and ResultSetManager (neither complete but this will let people hack on them)
David Kamholz [Fri, 3 Feb 2006 15:03:20 +0000]
put txn_* functions in Schema and call those from DB
David Kamholz [Fri, 3 Feb 2006 15:02:01 +0000]
changes in 0.05 dist that mst forgot to commit
Nigel Metheringham [Wed, 1 Feb 2006 13:05:59 +0000]
Pod formatting cleanup in Cookbook
Nigel Metheringham [Wed, 1 Feb 2006 12:54:49 +0000]
Minor typo fix in schema manual
Jess Robinson [Wed, 1 Feb 2006 10:44:46 +0000]
Allow usage of --package for the schema name
Brandon L. Black [Wed, 1 Feb 2006 04:26:48 +0000]
moved $target::schema definition from compose_namespace() to compose_connection()
David Kamholz [Tue, 31 Jan 2006 23:58:52 +0000]
re-fix many_to_many and add tests
David Kamholz [Tue, 31 Jan 2006 23:38:33 +0000]
update changes file
David Kamholz [Tue, 31 Jan 2006 23:35:26 +0000]
remove ObjectCache, does not work anymore, so doesn't belong in 0.05 release
David Kamholz [Tue, 31 Jan 2006 23:18:47 +0000]
let many_to_many rels have attrs
David Kamholz [Tue, 31 Jan 2006 22:47:10 +0000]
change _create_ID to be saner for new version
Brandon L. Black [Tue, 31 Jan 2006 02:18:25 +0000]
some trivial fixes for "TEST_POD=1 make test" failures