18 years agoMoved UUIDColumns.pm over from main DBIx::Class dist
Thomas Kratz [Thu, 18 May 2006 15:56:54 +0000]
Moved UUIDColumns.pm over from main DBIx::Class dist

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 18 May 2006 13:19:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8675@cain (orig r1649):  castaway | 2006-05-17 09:28:27 +0000
Documentation updates

r8676@cain (orig r1650):  zarquon | 2006-05-17 09:49:18 +0000
optimised last_insert_id example for searching
r8691@cain (orig r1659):  castaway | 2006-05-18 09:48:30 +0000
Add pod for params of inflate/deflate coderefs

18 years agoAdd pod for params of inflate/deflate coderefs
Jess Robinson [Thu, 18 May 2006 09:48:30 +0000]
Add pod for params of inflate/deflate coderefs

18 years agoFixes to tests so that they pass.
Aran Deltac [Thu, 18 May 2006 06:44:53 +0000]
Fixes to tests so that they pass.

18 years agoMove helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t
Aran Deltac [Thu, 18 May 2006 05:28:10 +0000]
Move helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t

18 years agoDelete basicrels tests. Modify run tests to use new syntax. Remove helperrels test...
Aran Deltac [Thu, 18 May 2006 05:15:24 +0000]
Delete basicrels tests. Modify run tests to use new syntax.  Remove helperrels test wrappers.

18 years agoRemoved BasicRels and reorganized where the various init/setup code resides.
Aran Deltac [Thu, 18 May 2006 03:58:32 +0000]
Removed BasicRels and reorganized where the various init/setup code resides.

18 years agooptimised last_insert_id example for searching
Kieren Diment [Wed, 17 May 2006 09:49:18 +0000]
optimised last_insert_id example for searching

18 years agoDocumentation updates
Jess Robinson [Wed, 17 May 2006 09:28:27 +0000]
Documentation updates

18 years agoMerge 'DBIx-Class-current' into 'datetime'
Matt S Trout [Wed, 17 May 2006 00:22:33 +0000]
Merge 'DBIx-Class-current' into 'datetime'

r10262@obrien (orig r1521):  bluefeet | 2006-04-27 02:36:52 +0100
New dbicadmin script for bringing dbic objects to the unix command line.
r10332@obrien (orig r1529):  bluefeet | 2006-04-29 02:31:20 +0100
Initial JSON support for the dbicadmin script.
r10333@obrien (orig r1530):  bluefeet | 2006-04-29 03:22:45 +0100
Fixes to dbicadmin as well as the ability to support SELECTs.
r10334@obrien (orig r1531):  bluefeet | 2006-04-29 03:44:47 +0100
Newlines after each csv lines.  Add trace option.
r10335@obrien (orig r1532):  bluefeet | 2006-04-29 04:25:15 +0100
Docced JSON usage and added support for the attrs option.
r10343@obrien (orig r1540):  castaway | 2006-04-29 18:47:24 +0100
add create_ddl_dir for creating versioned sql statements from schema, and make DBICTest use it

r10344@obrien (orig r1541):  castaway | 2006-04-29 19:06:51 +0100
Document create_ddl_dir method

r10345@obrien (orig r1542):  castaway | 2006-04-29 20:38:43 +0100
Default to using sqlt on deploy, if available

r10350@obrien (orig r1543):  bluefeet | 2006-04-30 14:52:04 +0100
Fix some errors with using unique constraints with Ordered.
r10351@obrien (orig r1544):  bluefeet | 2006-04-30 15:41:53 +0100
No longer support unique constraints in Ordered.
r10367@obrien (orig r1545):  bluefeet | 2006-04-30 16:37:09 +0100
Tests for dbicadmin.
r10369@obrien (orig r1546):  bluefeet | 2006-04-30 16:37:41 +0100
Moved scripts to scrupt per what other CPAN modules do.
r10370@obrien (orig r1547):  bluefeet | 2006-04-30 16:38:19 +0100
Call scripts/ script/ in the dbicadmin tests.
r10371@obrien (orig r1548):  dwc | 2006-04-30 18:27:50 +0100
bluefeet disabled the unique constraint in [1544]
r10372@obrien (orig r1549):  dwc | 2006-04-30 18:38:26 +0100
Fix evals for skipping test
r10387@obrien (orig r1564):  matthewt | 2006-05-03 15:19:00 +0100
 r1642@thor (orig r1505):  matthewt | 2006-04-22 16:29:28 +0000
 cycle tests and a weaken call
 r1657@thor (orig r1520):  bluefeet | 2006-04-26 22:15:41 +0000
 Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
 r1660@thor (orig r1523):  matthewt | 2006-04-27 20:43:45 +0000
 pod patch from ted
 r1698@thor (orig r1561):  dwc | 2006-05-01 19:29:37 +0000
 Add example of multi-column foreign keys
 r1699@thor (orig r1562):  dwc | 2006-05-01 19:31:19 +0000
 Add missing comma in example ;)

r10388@obrien (orig r1565):  semifor | 2006-05-03 21:41:54 +0100
Automatic primary key class for DB2/400 over ODBC

r10389@obrien (orig r1566):  semifor | 2006-05-03 22:07:59 +0100
Load ::DBI::ODBC400 when a DB2/400 ODBC backend is detected.

r10390@obrien (orig r1567):  semifor | 2006-05-03 22:20:08 +0100
- Corrected a minor typo in a comment.
- Added an attribution in the documentation code the module is based on.

r10392@obrien (orig r1569):  jesper | 2006-05-05 18:25:54 +0100
Fix to make the Postgresql-code handle Schemas. This should be non-intrusive to non-schema-users.

r10402@obrien (orig r1579):  semifor | 2006-05-08 18:41:54 +0100
Generalized the loading of subclasses for specfic ODBC backends.

r10405@obrien (orig r1582):  semifor | 2006-05-09 01:02:54 +0100
- Factored out sql_maker arguments so they can be customized by derived
::Storage::DBI::* modules.
- Customized sql_maker arguments for DB2/400 over ODBC.

r10413@obrien (orig r1590):  matthewt | 2006-05-09 14:45:52 +0100
 r5828@cain (orig r1581):  matthewt | 2006-05-08 23:03:00 +0000
 couple bugfixes

r10416@obrien (orig r1593):  matthewt | 2006-05-09 19:03:41 +0100
 r5838@cain (orig r1591):  bluefeet | 2006-05-09 15:00:56 +0000
 Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.

r10418@obrien (orig r1595):  bluefeet | 2006-05-09 23:02:44 +0100
Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
r10419@obrien (orig r1596):  bluefeet | 2006-05-09 23:17:38 +0100
Fixes to _rs related docs.
r10420@obrien (orig r1597):  semifor | 2006-05-10 00:21:39 +0100
Test case for DB2/400 over ODBC.

r10421@obrien (orig r1598):  semifor | 2006-05-10 00:37:16 +0100
Test case for DB2/400 over ODBC.

r10424@obrien (orig r1601):  dwc | 2006-05-10 16:02:14 +0100
Row::update encapsulates this when passed a hashref; no point in duplication
r10425@obrien (orig r1602):  dwc | 2006-05-10 16:55:35 +0100
Revert previous bugfix; will apply to trunk
r10427@obrien (orig r1604):  dwc | 2006-05-10 17:01:46 +0100
 r8956@fortuna (orig r1603):  dwc | 2006-05-10 12:00:11 -0400
 Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation

r10428@obrien (orig r1605):  dwc | 2006-05-10 21:46:16 +0100
- Fix error message for bad find usage
- Restore backwards compatibility for e.g. $rs->find(id => $val)
- Add a test for the $rs->find(id => $val) backwards compatibility
r10429@obrien (orig r1606):  bluefeet | 2006-05-11 02:49:58 +0100
dbicadmin now works when not specifying the where clause.
r10442@obrien (orig r1619):  matthewt | 2006-05-12 15:16:48 +0100
 r5900@cain (orig r1613):  jguenther | 2006-05-11 19:20:59 +0000
 Added a couple examples to the cookbook
 r5901@cain (orig r1614):  jguenther | 2006-05-11 21:53:25 +0000
 Fixed cookbook example to actually work

 r5902@cain (orig r1615):  matthewt | 2006-05-12 00:56:54 +0000
 performance fix for cascade_update
 r5903@cain (orig r1616):  matthewt | 2006-05-12 01:04:37 +0000
 fixup to gen-schema.pl
 r5904@cain (orig r1617):  matthewt | 2006-05-12 02:17:18 +0000
 fixup for stringify that can be false in find_or_create_related

r10443@obrien (orig r1620):  bluefeet | 2006-05-12 21:49:30 +0100
Testing commit.

r10447@obrien (orig r1624):  matthewt | 2006-05-14 19:27:01 +0100
 r5922@cain (orig r1623):  matthewt | 2006-05-14 18:25:56 +0000
 tweaked might_have test for -current

r10448@obrien (orig r1625):  castaway | 2006-05-14 20:11:48 +0100
Add foreign key constraint for new bookmark table

r10449@obrien (orig r1626):  matthewt | 2006-05-15 02:33:12 +0100
don't ask
r10450@obrien (orig r1627):  matthewt | 2006-05-15 02:34:00 +0100
don't ask
r10451@obrien (orig r1628):  matthewt | 2006-05-15 05:19:23 +0100
dumped options from Build.PL
r10452@obrien (orig r1629):  gphat | 2006-05-15 18:46:01 +0100
Add profiling support

18 years agoMissing stuff for DateTime branch
Matt S Trout [Wed, 17 May 2006 00:22:06 +0000]
Missing stuff for DateTime branch

18 years agoAdd profiling support
Cory G Watson [Mon, 15 May 2006 17:46:01 +0000]
Add profiling support

18 years agodumped options from Build.PL
Matt S Trout [Mon, 15 May 2006 04:19:23 +0000]
dumped options from Build.PL

18 years agodon't ask
Matt S Trout [Mon, 15 May 2006 01:34:00 +0000]
don't ask

18 years agodon't ask
Matt S Trout [Mon, 15 May 2006 01:33:12 +0000]
don't ask

18 years agoAdd foreign key constraint for new bookmark table
Jess Robinson [Sun, 14 May 2006 19:11:48 +0000]
Add foreign key constraint for new bookmark table

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sun, 14 May 2006 23:25:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r5922@cain (orig r1623):  matthewt | 2006-05-14 18:25:56 +0000
tweaked might_have test for -current

18 years agotweaked might_have test for -current
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000]
tweaked might_have test for -current

18 years agoTesting commit.
Aran Deltac [Fri, 12 May 2006 20:49:30 +0000]
Testing commit.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 12 May 2006 14:16:48 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r5900@cain (orig r1613):  jguenther | 2006-05-11 19:20:59 +0000
Added a couple examples to the cookbook
r5901@cain (orig r1614):  jguenther | 2006-05-11 21:53:25 +0000
Fixed cookbook example to actually work

r5902@cain (orig r1615):  matthewt | 2006-05-12 00:56:54 +0000
performance fix for cascade_update
r5903@cain (orig r1616):  matthewt | 2006-05-12 01:04:37 +0000
fixup to gen-schema.pl
r5904@cain (orig r1617):  matthewt | 2006-05-12 02:17:18 +0000
fixup for stringify that can be false in find_or_create_related

18 years agoproper deep merging on join attrs
Luke Saunders [Fri, 12 May 2006 11:38:30 +0000]
proper deep merging on join attrs

18 years agofixup for stringify that can be false in find_or_create_related
Matt S Trout [Fri, 12 May 2006 02:17:18 +0000]
fixup for stringify that can be false in find_or_create_related

18 years agofixup to gen-schema.pl
Matt S Trout [Fri, 12 May 2006 01:04:37 +0000]
fixup to gen-schema.pl

18 years agoperformance fix for cascade_update
Matt S Trout [Fri, 12 May 2006 00:56:54 +0000]
performance fix for cascade_update

18 years agoFixed cookbook example to actually work
Justin Guenther [Thu, 11 May 2006 21:53:25 +0000]
Fixed cookbook example to actually work

18 years agoAdded a couple examples to the cookbook
Justin Guenther [Thu, 11 May 2006 19:20:59 +0000]
Added a couple examples to the cookbook

18 years agoMerge 'DBIx-Class-current' into 'resultset-new-refactor'
Luke Saunders [Thu, 11 May 2006 12:21:49 +0000]
Merge 'DBIx-Class-current' into 'resultset-new-refactor'

merged recent -current changes into this branch

18 years agocan now handle prefetch on resultset with join of same name
Luke Saunders [Thu, 11 May 2006 10:44:44 +0000]
can now handle prefetch on resultset with join of same name

18 years agodbicadmin now works when not specifying the where clause.
Aran Deltac [Thu, 11 May 2006 01:49:58 +0000]
dbicadmin now works when not specifying the where clause.

18 years ago- Fix error message for bad find usage
Daniel Westermann-Clark [Wed, 10 May 2006 20:46:16 +0000]
- Fix error message for bad find usage
- Restore backwards compatibility for e.g. $rs->find(id => $val)
- Add a test for the $rs->find(id => $val) backwards compatibility

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 10 May 2006 17:00:11 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8956@fortuna (orig r1603):  dwc | 2006-05-10 12:00:11 -0400
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation

18 years agoRow::update encapsulates this when passed a hashref; using set_columns bypasses deflation
Daniel Westermann-Clark [Wed, 10 May 2006 16:00:11 +0000]
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation

18 years agoRevert previous bugfix; will apply to trunk
Daniel Westermann-Clark [Wed, 10 May 2006 15:55:35 +0000]
Revert previous bugfix; will apply to trunk

18 years agoRow::update encapsulates this when passed a hashref; no point in duplication
Daniel Westermann-Clark [Wed, 10 May 2006 15:02:14 +0000]
Row::update encapsulates this when passed a hashref; no point in duplication

18 years agoTest case for DB2/400 over ODBC.
Marc Mims [Tue, 9 May 2006 23:37:16 +0000]
Test case for DB2/400 over ODBC.

18 years agoTest case for DB2/400 over ODBC.
Marc Mims [Tue, 9 May 2006 23:21:39 +0000]
Test case for DB2/400 over ODBC.

18 years agoFixes to _rs related docs.
Aran Deltac [Tue, 9 May 2006 22:17:38 +0000]
Fixes to _rs related docs.

18 years agoAdd search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
Aran Deltac [Tue, 9 May 2006 22:02:44 +0000]
Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Aran Deltac [Tue, 9 May 2006 20:00:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'

18 years agofailing test case and more resultset refactorage
Luke Saunders [Tue, 9 May 2006 15:53:19 +0000]
failing test case and more resultset refactorage

18 years agoComment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.
Aran Deltac [Tue, 9 May 2006 15:00:56 +0000]
Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.

18 years ago- Factored out sql_maker arguments so they can be customized by derived
Marc Mims [Tue, 9 May 2006 00:02:54 +0000]
- Factored out sql_maker arguments so they can be customized by derived
::Storage::DBI::* modules.
- Customized sql_maker arguments for DB2/400 over ODBC.

18 years agocouple bugfixes
Matt S Trout [Mon, 8 May 2006 23:03:00 +0000]
couple bugfixes

18 years agoGeneralized the loading of subclasses for specfic ODBC backends.
Marc Mims [Mon, 8 May 2006 17:41:54 +0000]
Generalized the loading of subclasses for specfic ODBC backends.

18 years agobetter comments. resolution not done every time.
Luke Saunders [Mon, 8 May 2006 16:05:40 +0000]
better comments. resolution not done every time.

18 years agofirst version of refactored resultset
Luke Saunders [Mon, 8 May 2006 15:30:56 +0000]
first version of refactored resultset

18 years agoFix to make the Postgresql-code handle Schemas. This should be non-intrusive to non...
Jesper Krogh [Fri, 5 May 2006 17:25:54 +0000]
Fix to make the Postgresql-code handle Schemas. This should be non-intrusive to non-schema-users.

18 years ago- Corrected a minor typo in a comment.
Marc Mims [Wed, 3 May 2006 21:20:08 +0000]
- Corrected a minor typo in a comment.
- Added an attribution in the documentation code the module is based on.

18 years agoLoad ::DBI::ODBC400 when a DB2/400 ODBC backend is detected.
Marc Mims [Wed, 3 May 2006 21:07:59 +0000]
Load ::DBI::ODBC400 when a DB2/400 ODBC backend is detected.

18 years agoAutomatic primary key class for DB2/400 over ODBC
Marc Mims [Wed, 3 May 2006 20:41:54 +0000]
Automatic primary key class for DB2/400 over ODBC

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 3 May 2006 14:19:00 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r1642@thor (orig r1505):  matthewt | 2006-04-22 16:29:28 +0000
cycle tests and a weaken call
r1657@thor (orig r1520):  bluefeet | 2006-04-26 22:15:41 +0000
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
r1660@thor (orig r1523):  matthewt | 2006-04-27 20:43:45 +0000
pod patch from ted
r1698@thor (orig r1561):  dwc | 2006-05-01 19:29:37 +0000
Add example of multi-column foreign keys
r1699@thor (orig r1562):  dwc | 2006-05-01 19:31:19 +0000
Add missing comma in example ;)

18 years agoAdd missing comma in example ;)
Daniel Westermann-Clark [Mon, 1 May 2006 19:31:19 +0000]
Add missing comma in example ;)

18 years agoAdd example of multi-column foreign keys
Daniel Westermann-Clark [Mon, 1 May 2006 19:29:37 +0000]
Add example of multi-column foreign keys

18 years agoFix evals for skipping test
Daniel Westermann-Clark [Sun, 30 Apr 2006 17:38:26 +0000]
Fix evals for skipping test

18 years agobluefeet disabled the unique constraint in [1544]
Daniel Westermann-Clark [Sun, 30 Apr 2006 17:27:50 +0000]
bluefeet disabled the unique constraint in [1544]

18 years agoCall scripts/ script/ in the dbicadmin tests.
Aran Deltac [Sun, 30 Apr 2006 15:38:19 +0000]
Call scripts/ script/ in the dbicadmin tests.

18 years agoMoved scripts to scrupt per what other CPAN modules do.
Aran Deltac [Sun, 30 Apr 2006 15:37:41 +0000]
Moved scripts to scrupt per what other CPAN modules do.

18 years agoTests for dbicadmin.
Aran Deltac [Sun, 30 Apr 2006 15:37:09 +0000]
Tests for dbicadmin.

18 years agoNo longer support unique constraints in Ordered.
Aran Deltac [Sun, 30 Apr 2006 14:41:53 +0000]
No longer support unique constraints in Ordered.

18 years agoFix some errors with using unique constraints with Ordered.
Aran Deltac [Sun, 30 Apr 2006 13:52:04 +0000]
Fix some errors with using unique constraints with Ordered.

18 years agoDefault to using sqlt on deploy, if available
Jess Robinson [Sat, 29 Apr 2006 19:38:43 +0000]
Default to using sqlt on deploy, if available

18 years agoDocument create_ddl_dir method
Jess Robinson [Sat, 29 Apr 2006 18:06:51 +0000]
Document create_ddl_dir method

18 years agoadd create_ddl_dir for creating versioned sql statements from schema, and make DBICTe...
Jess Robinson [Sat, 29 Apr 2006 17:47:24 +0000]
add create_ddl_dir for creating versioned sql statements from schema, and make DBICTest use it

18 years agoDocced JSON usage and added support for the attrs option.
Aran Deltac [Sat, 29 Apr 2006 03:25:15 +0000]
Docced JSON usage and added support for the attrs option.

18 years agoNewlines after each csv lines. Add trace option.
Aran Deltac [Sat, 29 Apr 2006 02:44:47 +0000]
Newlines after each csv lines.  Add trace option.

18 years agoFixes to dbicadmin as well as the ability to support SELECTs.
Aran Deltac [Sat, 29 Apr 2006 02:22:45 +0000]
Fixes to dbicadmin as well as the ability to support SELECTs.

18 years agoInitial JSON support for the dbicadmin script.
Aran Deltac [Sat, 29 Apr 2006 01:31:20 +0000]
Initial JSON support for the dbicadmin script.

18 years agopod patch from ted
Matt S Trout [Thu, 27 Apr 2006 20:43:45 +0000]
pod patch from ted

18 years agoNew dbicadmin script for bringing dbic objects to the unix command line.
Aran Deltac [Thu, 27 Apr 2006 01:36:52 +0000]
New dbicadmin script for bringing dbic objects to the unix command line.

18 years agoDocument the exitance of the DBIx::Class::ResultSource::schema() accessor.
Aran Deltac [Wed, 26 Apr 2006 22:15:41 +0000]
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.

18 years agoAdded InflateColumn::DateTime component
Matt S Trout [Wed, 26 Apr 2006 03:19:25 +0000]
Added InflateColumn::DateTime component

18 years agoInitial plans..
Jess Robinson [Mon, 24 Apr 2006 17:21:16 +0000]
Initial plans..

18 years agocycle tests and a weaken call
Matt S Trout [Sat, 22 Apr 2006 16:29:28 +0000]
cycle tests and a weaken call

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 21 Apr 2006 15:55:46 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9749@obrien (orig r1500):  nigel | 2006-04-20 16:22:07 +0100
Trivial documentation fixes
r9750@obrien (orig r1501):  wdh | 2006-04-20 17:53:58 +0100
nuke DBI->trace calls
r9751@obrien (orig r1502):  captainL | 2006-04-21 14:54:40 +0100
removed duff ResultSourceProxy links

18 years agoMake ordered use CASE (still doesn't pass tests, sigh)
Matt S Trout [Fri, 21 Apr 2006 15:55:20 +0000]
Make ordered use CASE (still doesn't pass tests, sigh)

18 years agoremoved duff ResultSourceProxy links
Luke Saunders [Fri, 21 Apr 2006 13:54:40 +0000]
removed duff ResultSourceProxy links

18 years agonuke DBI->trace calls
Will Hawes [Thu, 20 Apr 2006 16:53:58 +0000]
nuke DBI->trace calls

18 years agoTrivial documentation fixes
Nigel Metheringham [Thu, 20 Apr 2006 15:22:07 +0000]
Trivial documentation fixes

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 19 Apr 2006 23:46:58 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9713@obrien (orig r1493):  purge | 2006-04-19 19:57:26 +0100
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
r9714@obrien (orig r1494):  matthewt | 2006-04-19 21:18:18 +0100
Fix to copy
r9715@obrien (orig r1495):  matthewt | 2006-04-19 21:47:36 +0100
fixup for Dumper brain damage
r9718@obrien (orig r1496):  matthewt | 2006-04-19 23:01:31 +0100
make set_from_related handle undef
r9719@obrien (orig r1497):  matthewt | 2006-04-20 00:19:13 +0100
nuked last remaining each uses. just because.
r9720@obrien (orig r1498):  matthewt | 2006-04-20 00:45:47 +0100
Changes for 0.06002

18 years agoChanges for 0.06002 v0.06002
Matt S Trout [Wed, 19 Apr 2006 23:45:47 +0000]
Changes for 0.06002

18 years agonuked last remaining each uses. just because.
Matt S Trout [Wed, 19 Apr 2006 23:19:13 +0000]
nuked last remaining each uses. just because.

18 years agomake set_from_related handle undef
Matt S Trout [Wed, 19 Apr 2006 22:01:31 +0000]
make set_from_related handle undef

18 years agofixup for Dumper brain damage
Matt S Trout [Wed, 19 Apr 2006 20:47:36 +0000]
fixup for Dumper brain damage

18 years agoFix to copy
Matt S Trout [Wed, 19 Apr 2006 20:18:18 +0000]
Fix to copy

18 years ago=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
Simon Elliott [Wed, 19 Apr 2006 18:57:26 +0000]
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).

18 years agoFixed up tests post-merge
Matt S Trout [Wed, 19 Apr 2006 17:58:48 +0000]
Fixed up tests post-merge

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 19 Apr 2006 22:06:59 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9710@obrien (orig r1490):  matthewt | 2006-04-19 17:06:59 +0100
fixup for search w/no args and cache

18 years agofixup for search w/no args and cache
Matt S Trout [Wed, 19 Apr 2006 16:06:59 +0000]
fixup for search w/no args and cache

18 years agoMinor POD update: Remove quotes for consistency
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:33:16 +0000]
Minor POD update: Remove quotes for consistency

18 years agoMerge 'find_changes' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:19:51 +0000]
Merge 'find_changes' into 'DBIx-Class-current'

- add update_or_create_related to Relationship::Base
- add find_or_new to ResultSet/ResultSetProxy and find_or_new_related
 to Relationship::Base
- add accessors for unique constraint names and coulums to
 ResultSource/ResultSourceProxy
- rework ResultSet::find() to search unique constraints
- CDBICompat: modify retrieve to fix column casing when ColumnCase is
 loaded
- CDBICompat: override find_or_create to fix column casing when
 ColumnCase is loaded

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:00:59 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8506@fortuna (orig r1458):  matthewt | 2006-04-16 18:03:29 -0400
grab ->dbh once per function in Storage::DBI
r8576@fortuna (orig r1486):  wdh | 2006-04-19 04:09:37 -0400
remove icky ' = '

18 years agoremove icky ' = '
Will Hawes [Wed, 19 Apr 2006 08:09:37 +0000]
remove icky ' = '

18 years agoRename
Daniel Westermann-Clark [Tue, 18 Apr 2006 17:55:43 +0000]
Rename

18 years agoTypo
Daniel Westermann-Clark [Tue, 18 Apr 2006 16:15:14 +0000]
Typo

18 years agoAdd tests for find by specific key, ordered columns
Daniel Westermann-Clark [Tue, 18 Apr 2006 15:55:04 +0000]
Add tests for find by specific key, ordered columns

18 years agoMinor cleanup
Daniel Westermann-Clark [Tue, 18 Apr 2006 15:43:47 +0000]
Minor cleanup

18 years agoAdd proxy methods and fill out Changes
Daniel Westermann-Clark [Tue, 18 Apr 2006 08:02:40 +0000]
Add proxy methods and fill out Changes

18 years agoSimplify arguments
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:49:43 +0000]
Simplify arguments

18 years agoNo need to loop again
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:46:55 +0000]
No need to loop again

18 years agoReturn the hash, not a ref
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:39:09 +0000]
Return the hash, not a ref