18 years agoRemove dependency on Module::Find in 40resultsetmanager.t (RT #17598)
Daniel Westermann-Clark [Tue, 14 Feb 2006 16:00:50 +0000]
Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)

18 years agostorage fix for fork() and workaround for Apache::DBI
Brandon L. Black [Tue, 14 Feb 2006 06:01:10 +0000]
storage fix for fork() and workaround for Apache::DBI

18 years agoand changes
Marcus Ramberg [Mon, 13 Feb 2006 22:14:23 +0000]
and changes

18 years agoanother fix for group_by as scalar.
Marcus Ramberg [Mon, 13 Feb 2006 22:13:17 +0000]
another fix for group_by as scalar.

18 years agofix Changes file
David Kamholz [Mon, 13 Feb 2006 21:58:30 +0000]
fix Changes file

18 years agoPrepping for release v0.05005
Daniel Westermann-Clark [Mon, 13 Feb 2006 21:28:21 +0000]
Prepping for release

18 years agoremoved version.pm dependancy
Scotty Allen [Mon, 13 Feb 2006 21:20:08 +0000]
removed version.pm dependancy

18 years agoFor sqlite version checks
Daniel Westermann-Clark [Mon, 13 Feb 2006 20:31:35 +0000]
For sqlite version checks

18 years agoprepared for release.
Marcus Ramberg [Mon, 13 Feb 2006 19:59:46 +0000]
prepared for release.

18 years agoadded myself to the contributors list
Scotty Allen [Mon, 13 Feb 2006 17:47:32 +0000]
added myself to the contributors list

18 years agofixes for columns_info_for stuff from zby
Matt S Trout [Mon, 13 Feb 2006 17:19:01 +0000]
fixes for columns_info_for stuff from zby

18 years agoadded check to skip tests that break on SQLite < 3.2.6 due to SQLite not understandin...
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())

18 years agofix up 14mssql.tl
Matt S Trout [Mon, 13 Feb 2006 15:37:06 +0000]
fix up 14mssql.tl

18 years agoput last change in trunk
David Kamholz [Sun, 12 Feb 2006 19:35:58 +0000]
put last change in trunk

18 years agoadd horrific fix to make Oracle's retarded limit syntax work
Matt S Trout [Sun, 12 Feb 2006 13:43:20 +0000]
add horrific fix to make Oracle's retarded limit syntax work

18 years agoMade discard_changes use ->result_source->resultset->find
Matt S Trout [Sat, 11 Feb 2006 17:04:44 +0000]
Made discard_changes use ->result_source->resultset->find

18 years agoTrivial optimisation in Storage::DBI
Matt S Trout [Sat, 11 Feb 2006 17:04:08 +0000]
Trivial optimisation in Storage::DBI

18 years agofix doc typos
David Kamholz [Thu, 9 Feb 2006 14:00:11 +0000]
fix doc typos

18 years agofix doc typo
David Kamholz [Wed, 8 Feb 2006 20:52:18 +0000]
fix doc typo

18 years agoupdated MANIFEST.SKIP
David Kamholz [Wed, 8 Feb 2006 16:58:36 +0000]
updated MANIFEST.SKIP

18 years agoremove ResultSource::Table::Cached
David Kamholz [Wed, 8 Feb 2006 16:53:02 +0000]
remove ResultSource::Table::Cached

18 years agoupdate changes and bump to 0.05003
David Kamholz [Wed, 8 Feb 2006 16:51:42 +0000]
update changes and bump to 0.05003

18 years agoadd component_class accessors and use them for *_class
David Kamholz [Tue, 7 Feb 2006 22:50:06 +0000]
add component_class accessors and use them for *_class

18 years agoadd usage example
David Kamholz [Tue, 7 Feb 2006 22:48:54 +0000]
add usage example

18 years agoadded ResultSource::Table::Cached
David Kamholz [Tue, 7 Feb 2006 22:46:57 +0000]
added ResultSource::Table::Cached

18 years agodoc fixes
David Kamholz [Tue, 7 Feb 2006 22:43:09 +0000]
doc fixes

18 years agosmall test fix
David Kamholz [Tue, 7 Feb 2006 22:39:53 +0000]
small test fix

18 years agosmall fix to ResultSetManager
David Kamholz [Tue, 7 Feb 2006 22:11:18 +0000]
small fix to ResultSetManager

18 years agotweak to Serialize -- do it even when dcloneing
David Kamholz [Tue, 7 Feb 2006 19:31:35 +0000]
tweak to Serialize -- do it even when dcloneing

18 years agosmall tweak to ResultSetManager (still doesn't work perfectly)
David Kamholz [Tue, 7 Feb 2006 19:16:39 +0000]
small tweak to ResultSetManager (still doesn't work perfectly)

18 years agoprevent accidental table-wide update/delete on row-object from PK-less table
Brandon L. Black [Tue, 7 Feb 2006 14:51:35 +0000]
prevent accidental table-wide update/delete on row-object from PK-less table

18 years agoInitial commit
Jess Robinson [Tue, 7 Feb 2006 14:12:54 +0000]
Initial commit

18 years agorollback on disconnect, and disconnect on DESTROY
Brandon L. Black [Tue, 7 Feb 2006 03:47:39 +0000]
rollback on disconnect, and disconnect on DESTROY

18 years agominor TEST_POD warning cleanup
Brandon L. Black [Tue, 7 Feb 2006 03:45:29 +0000]
minor TEST_POD warning cleanup

18 years agopod update: s/->storage->dbh->disconnect/->storage->disconnect/
Brandon L. Black [Tue, 7 Feb 2006 02:52:27 +0000]
pod update: s/->storage->dbh->disconnect/->storage->disconnect/

18 years agoFix up delete code after previous commit
Matt S Trout [Mon, 6 Feb 2006 18:15:44 +0000]
Fix up delete code after previous commit

18 years agoFixes to deep search and search_related
Matt S Trout [Mon, 6 Feb 2006 17:45:09 +0000]
Fixes to deep search and search_related

18 years agoCheck for Module::Find as well..
Jess Robinson [Mon, 6 Feb 2006 14:39:04 +0000]
Check for Module::Find as well..

18 years agomove DBICTest::Extra to after the Class::Insepctor check
Paul Makepeace [Mon, 6 Feb 2006 13:45:33 +0000]
move DBICTest::Extra to after the Class::Insepctor check

18 years agoUpdate version
Jess Robinson [Mon, 6 Feb 2006 12:31:09 +0000]
Update version

18 years agoAdd Class::Inspector recommends, make resultsetmanager test skip if not installed
Jess Robinson [Mon, 6 Feb 2006 12:15:43 +0000]
Add Class::Inspector recommends, make resultsetmanager test skip if not installed

18 years agoMinor documentation
Jess Robinson [Mon, 6 Feb 2006 08:03:54 +0000]
Minor documentation

18 years agoput date in Changes
David Kamholz [Mon, 6 Feb 2006 02:29:41 +0000]
put date in Changes

18 years agochanges for 5.00001 dist
David Kamholz [Mon, 6 Feb 2006 02:10:14 +0000]
changes for 5.00001 dist

18 years ago- add docs to Serialize and ResultSetManager
David Kamholz [Mon, 6 Feb 2006 01:48:35 +0000]
- add docs to Serialize and ResultSetManager
- updated Changes

18 years agoImproved docs for join and prefetch
Matt S Trout [Mon, 6 Feb 2006 01:47:26 +0000]
Improved docs for join and prefetch

18 years agomissing svk add
Matt S Trout [Mon, 6 Feb 2006 01:47:02 +0000]
missing svk add

18 years agoupdate Changes which I forgot to do again :)
David Kamholz [Mon, 6 Feb 2006 01:28:43 +0000]
update Changes which I forgot to do again :)

18 years agomore helpfully output NULLs in Storage::DBI _execute debug output
David Kamholz [Mon, 6 Feb 2006 01:27:24 +0000]
more helpfully output NULLs in Storage::DBI _execute debug output

18 years agomulti-step prefetch along the same rel (e.g. for trees) now works
Matt S Trout [Mon, 6 Feb 2006 01:26:35 +0000]
multi-step prefetch along the same rel (e.g. for trees) now works

18 years agoRemoved debug print statement from SQLT parser
Matt S Trout [Mon, 6 Feb 2006 01:07:09 +0000]
Removed debug print statement from SQLT parser

18 years agoMinor bugfix to SQLT parser
Matt S Trout [Mon, 6 Feb 2006 01:04:37 +0000]
Minor bugfix to SQLT parser

18 years agomulti-join to same rel works now
Matt S Trout [Mon, 6 Feb 2006 00:46:41 +0000]
multi-join to same rel works now

18 years agoupdated Changes
David Kamholz [Mon, 6 Feb 2006 00:35:39 +0000]
updated Changes

18 years agofix attrs on find
David Kamholz [Mon, 6 Feb 2006 00:32:28 +0000]
fix attrs on find

18 years agoadd $source->resultset_attributes, include_columns rs attr
Matt S Trout [Sun, 5 Feb 2006 23:25:57 +0000]
add $source->resultset_attributes, include_columns rs attr

18 years agoAdded debugcb method to storage
Matt S Trout [Sun, 5 Feb 2006 17:10:57 +0000]
Added debugcb method to storage

18 years agoFix to find for complex resultsets
Matt S Trout [Sun, 5 Feb 2006 15:28:51 +0000]
Fix to find for complex resultsets

18 years ago- fix bug in ResultSetManager when a class has no subs with attrs
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

18 years ago- move attribute recording to DBIx::Class
David Kamholz [Fri, 3 Feb 2006 18:30:10 +0000]
- move attribute recording to DBIx::Class
- clean up ResultSetManager and tests

18 years agoadd ResultSetManager tests
David Kamholz [Fri, 3 Feb 2006 15:46:32 +0000]
add ResultSetManager tests

18 years agochanges to ResultSetManager
David Kamholz [Fri, 3 Feb 2006 15:28:53 +0000]
changes to ResultSetManager

18 years agofix stupid typo
David Kamholz [Fri, 3 Feb 2006 15:18:24 +0000]
fix stupid typo

18 years agoadd Serialize and ResultSetManager (neither complete but this will let people hack...
David Kamholz [Fri, 3 Feb 2006 15:14:44 +0000]
add Serialize and ResultSetManager (neither complete but this will let people hack on them)

18 years agoput txn_* functions in Schema and call those from DB
David Kamholz [Fri, 3 Feb 2006 15:03:20 +0000]
put txn_* functions in Schema and call those from DB

18 years agochanges in 0.05 dist that mst forgot to commit
David Kamholz [Fri, 3 Feb 2006 15:02:01 +0000]
changes in 0.05 dist that mst forgot to commit

18 years agoPod formatting cleanup in Cookbook
Nigel Metheringham [Wed, 1 Feb 2006 13:05:59 +0000]
Pod formatting cleanup in Cookbook

18 years agoMinor typo fix in schema manual
Nigel Metheringham [Wed, 1 Feb 2006 12:54:49 +0000]
Minor typo fix in schema manual

18 years agoAllow usage of --package for the schema name
Jess Robinson [Wed, 1 Feb 2006 10:44:46 +0000]
Allow usage of --package for the schema name

18 years agomoved $target::schema definition from compose_namespace() to compose_connection()
Brandon L. Black [Wed, 1 Feb 2006 04:26:48 +0000]
moved $target::schema definition from compose_namespace() to compose_connection()

18 years agore-fix many_to_many and add tests
David Kamholz [Tue, 31 Jan 2006 23:58:52 +0000]
re-fix many_to_many and add tests

18 years agoupdate changes file
David Kamholz [Tue, 31 Jan 2006 23:38:33 +0000]
update changes file

18 years agoremove ObjectCache, does not work anymore, so doesn't belong in 0.05 release
David Kamholz [Tue, 31 Jan 2006 23:35:26 +0000]
remove ObjectCache, does not work anymore, so doesn't belong in 0.05 release

18 years agolet many_to_many rels have attrs
David Kamholz [Tue, 31 Jan 2006 23:18:47 +0000]
let many_to_many rels have attrs

18 years agochange _create_ID to be saner for new version
David Kamholz [Tue, 31 Jan 2006 22:47:10 +0000]
change _create_ID to be saner for new version

18 years agosome trivial fixes for "TEST_POD=1 make test" failures
Brandon L. Black [Tue, 31 Jan 2006 02:18:25 +0000]
some trivial fixes for "TEST_POD=1 make test" failures

18 years agoUpdate log for test fix
Daniel Westermann-Clark [Tue, 31 Jan 2006 02:02:49 +0000]
Update log for test fix

18 years agoBumped SQLite dependency to 1.11
Matt S Trout [Mon, 30 Jan 2006 17:27:31 +0000]
Bumped SQLite dependency to 1.11

18 years agoMade plain test use base Schema, not C::M::DBIC::Plain, bumped version
Matt S Trout [Sun, 29 Jan 2006 16:33:05 +0000]
Made plain test use base Schema, not C::M::DBIC::Plain, bumped version

18 years agoProperly skip test when C::M::DBIC::Plain is not installed (thanks to siracusa for...
Daniel Westermann-Clark [Sat, 28 Jan 2006 22:06:44 +0000]
Properly skip test when C::M::DBIC::Plain is not installed (thanks to siracusa for pointing it out)

18 years agoOops, forgot the date :-/
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:28:25 +0000]
Oops, forgot the date :-/

18 years agoBump version and update Changes for _06
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:12:27 +0000]
Bump version and update Changes for _06

18 years agoFixed Storage/DBI (tried to load deprecated ::Exception component)
Matt S Trout [Sat, 28 Jan 2006 21:03:50 +0000]
Fixed Storage/DBI (tried to load deprecated ::Exception component)

18 years agoupdate docs for count() with GROUP BY
Will Hawes [Sat, 28 Jan 2006 19:38:32 +0000]
update docs for count() with GROUP BY

18 years agoMoved DBI and DBD::SQLite to build_requires
Matt S Trout [Sat, 28 Jan 2006 19:34:15 +0000]
Moved DBI and DBD::SQLite to build_requires

18 years agoUpdated Changes
Matt S Trout [Sat, 28 Jan 2006 19:32:51 +0000]
Updated Changes

18 years agoallow count() with GROUP BY
Will Hawes [Sat, 28 Jan 2006 18:37:01 +0000]
allow count() with GROUP BY

18 years agoAdded accessor => option to column_info to specify accessor name
Matt S Trout [Sat, 28 Jan 2006 17:03:31 +0000]
Added accessor => option to column_info to specify accessor name

18 years agoPatch from jesper to work round dumbass DBDs
Matt S Trout [Sat, 28 Jan 2006 15:56:05 +0000]
Patch from jesper to work round dumbass DBDs

18 years agodisconnect, connected, ensure_connected on Storage from blblack
Matt S Trout [Sat, 28 Jan 2006 15:41:28 +0000]
disconnect, connected, ensure_connected on Storage from blblack

18 years agoBooted UNIVERSAL::require sideways out the codebase
Matt S Trout [Sat, 28 Jan 2006 15:29:48 +0000]
Booted UNIVERSAL::require sideways out the codebase

18 years agoAdded $schema->populate
Matt S Trout [Fri, 27 Jan 2006 19:17:17 +0000]
Added $schema->populate

18 years agoFixed in-place compose_connection. Thanks to dwc for the tests.
Matt S Trout [Fri, 27 Jan 2006 18:27:34 +0000]
Fixed in-place compose_connection. Thanks to dwc for the tests.

18 years agooops, some more test failures
Marcus Ramberg [Fri, 27 Jan 2006 17:22:56 +0000]
oops, some more test failures

18 years agooops, botched one
Marcus Ramberg [Fri, 27 Jan 2006 17:19:18 +0000]
oops, botched one

18 years agomade cdbi-t optional
Marcus Ramberg [Fri, 27 Jan 2006 17:13:58 +0000]
made cdbi-t optional

18 years agohandle the throw_exception bit. Drop DBIx::Class::Exception
Marcus Ramberg [Fri, 27 Jan 2006 15:40:11 +0000]
handle the throw_exception bit. Drop DBIx::Class::Exception

18 years agoFixed dumbass typo in t/lib
Matt S Trout [Fri, 27 Jan 2006 14:36:10 +0000]
Fixed dumbass typo in t/lib

18 years agolimit_dialect accessor for DBIC::Abstract
Matt S Trout [Fri, 27 Jan 2006 14:26:41 +0000]
limit_dialect accessor for DBIC::Abstract

18 years agoadd cookbook example for multi-step prefetch
Will Hawes [Fri, 27 Jan 2006 09:08:17 +0000]
add cookbook example for multi-step prefetch