19 years agointroduce row caching using related_resultset; has_many prefetch (single-level only...
Will Hawes [Wed, 15 Feb 2006 14:25:53 +0000]
introduce row caching using related_resultset; has_many prefetch (single-level only); **NOTE** breaks some tests in t/cdbi-t

19 years agoadded cascade_copy relationship attribute
Matt S Trout [Tue, 14 Feb 2006 18:52:28 +0000]
added cascade_copy relationship attribute

19 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Tue, 14 Feb 2006 22:00:50 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6124@obrien (orig r912):  dwc | 2006-02-14 16:00:50 +0000
Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)

19 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)

19 years agodamn merges eating patch monkeys
Matt S Trout [Tue, 14 Feb 2006 15:56:18 +0000]
damn merges eating patch monkeys

19 years agoImprovements to copy() and set_from_related() code
Matt S Trout [Tue, 14 Feb 2006 15:43:35 +0000]
Improvements to copy() and set_from_related() code

19 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 14 Feb 2006 15:40:54 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6092@obrien (orig r892):  ningu | 2006-02-12 19:35:58 +0000
- put last change in trunk
r6094@obrien (orig r894):  matthewt | 2006-02-13 15:37:06 +0000
- fix up 14mssql.tl
r6095@obrien (orig r895):  scotty | 2006-02-13 16:28:12 +0000
added check to skip tests that break on SQLite < 3.2.6 due to SQLite not understanding COUNT(DISTINCT())
r6096@obrien (orig r896):  matthewt | 2006-02-13 17:19:01 +0000
fixes for columns_info_for stuff from zby
r6097@obrien (orig r897):  scotty | 2006-02-13 17:47:32 +0000
added myself to the contributors list
r6098@obrien (orig r898):  marcus | 2006-02-13 19:59:46 +0000
prepared for release.
r6099@obrien (orig r899):  dwc | 2006-02-13 20:31:35 +0000
For sqlite version checks
r6100@obrien (orig r900):  scotty | 2006-02-13 21:20:08 +0000
removed version.pm dependancy
r6101@obrien (orig r901):  dwc | 2006-02-13 21:28:21 +0000
Prepping for release
r6103@obrien (orig r903):  ningu | 2006-02-13 21:58:30 +0000
- fix Changes file
r6104@obrien (orig r904):  marcus | 2006-02-13 22:13:17 +0000
another fix for group_by as scalar.
r6105@obrien (orig r905):  marcus | 2006-02-13 22:14:23 +0000
and changes
r6107@obrien (orig r907):  blblack | 2006-02-14 06:01:10 +0000
storage fix for fork() and workaround for Apache::DBI

19 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

19 years agoAdded change notes about UUIDColumns/UUIDMaker
Christopher H. Laco [Tue, 14 Feb 2006 00:24:40 +0000]
Added change notes about UUIDColumns/UUIDMaker

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

19 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.

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

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

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

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

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

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

19 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

19 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())

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

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

19 years ago- allow specification of related columns via cols attr when
David Kamholz [Sun, 12 Feb 2006 15:56:01 +0000]
- allow specification of related columns via cols attr when
  primary keys of the related table are not fetched
- updated manifest

19 years agodon't die if result_source_instance is not available on thaw in Serialize::Storable
David Kamholz [Sun, 12 Feb 2006 14:53:38 +0000]
don't die if result_source_instance is not available on thaw in Serialize::Storable

19 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sun, 12 Feb 2006 19:43:20 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r5957@obrien (orig r887):  matthewt | 2006-02-12 13:43:20 +0000
- add horrific fix to make Oracle's retarded limit syntax work

19 years agosmall aesthetic fix to Storage::DBI::Oracle
David Kamholz [Sun, 12 Feb 2006 13:44:33 +0000]
small aesthetic fix to Storage::DBI::Oracle

19 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

19 years agofix sequence method in PK::Auto
David Kamholz [Sun, 12 Feb 2006 13:36:08 +0000]
fix sequence method in PK::Auto

19 years ago- move Serialize.pm to Serialize/Storable.pm
David Kamholz [Sat, 11 Feb 2006 21:19:31 +0000]
- move Serialize.pm to Serialize/Storable.pm
- add it to Core
- add basic test for it

19 years agofix typo
David Kamholz [Sat, 11 Feb 2006 21:15:29 +0000]
fix typo

19 years ago- add gen-tests.pl script
David Kamholz [Sat, 11 Feb 2006 21:14:57 +0000]
- add gen-tests.pl script
- add test missed last time

19 years agosmall test cleanup in branch
David Kamholz [Sat, 11 Feb 2006 21:03:35 +0000]
small test cleanup in branch

19 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sat, 11 Feb 2006 17:35:38 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r5945@obrien (orig r877):  matthewt | 2006-02-11 17:04:08 +0000
Trivial optimisation in Storage::DBI
r5946@obrien (orig r878):  matthewt | 2006-02-11 17:04:44 +0000
Made discard_changes use ->result_source->resultset->find

19 years ago- fix DB.pm resultset_instance for CDBICompat usage
David Kamholz [Sat, 11 Feb 2006 17:35:05 +0000]
- fix DB.pm resultset_instance for CDBICompat usage
- cache resultsets in ResultSource

19 years agoAdded ->single method to ResultSet
Matt S Trout [Sat, 11 Feb 2006 17:33:00 +0000]
Added ->single method to ResultSet

19 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

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

19 years agore-rewrite PK::Auto, Pg, Oracle bits
David Kamholz [Fri, 10 Feb 2006 18:59:33 +0000]
re-rewrite PK::Auto, Pg, Oracle bits

19 years agoMade PK::Auto::* shells since the functionality is now elsewhere
Matt S Trout [Fri, 10 Feb 2006 18:21:37 +0000]
Made PK::Auto::* shells since the functionality is now elsewhere

19 years agoremove debug warning from last commit
David Kamholz [Fri, 10 Feb 2006 12:12:53 +0000]
remove debug warning from last commit

19 years agoPK::Auto fixes in branch
David Kamholz [Fri, 10 Feb 2006 12:11:06 +0000]
PK::Auto fixes in branch

19 years agoUpdated UUID* module documentation
Christopher H. Laco [Fri, 10 Feb 2006 02:14:00 +0000]
Updated UUID* module documentation

19 years agoNuked UUIDColumns.pm~
Christopher H. Laco [Fri, 10 Feb 2006 00:03:18 +0000]
Nuked UUIDColumns.pm~

19 years agoShovelling PK::Auto stuff where it belongs..
Jess Robinson [Thu, 9 Feb 2006 21:04:48 +0000]
Shovelling PK::Auto stuff where it belongs..

19 years agoAdded claco to contributors in POD
Matt S Trout [Thu, 9 Feb 2006 14:07:04 +0000]
Added claco to contributors in POD

19 years agoUUIDColumns patches from Chris Laco
Matt S Trout [Thu, 9 Feb 2006 14:04:54 +0000]
UUIDColumns patches from Chris Laco

19 years agoMerge 'trunk' into 'DBIx-Class-current'
David Kamholz [Thu, 9 Feb 2006 20:00:11 +0000]
Merge 'trunk' into 'DBIx-Class-current'

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

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

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

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

19 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

19 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

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

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

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

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

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

19 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

19 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)

19 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

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

19 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

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

19 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/

19 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

19 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

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

19 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

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

19 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

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

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

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

19 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

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

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

19 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 :)

19 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

19 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

19 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

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

19 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

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

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

19 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

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

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

19 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

19 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

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

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

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

19 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)

19 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

19 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

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

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

19 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

19 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()

19 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