17 years agoresultset_class/result_class now (again) auto loads the specified class; requires...
Christopher H. Laco [Thu, 10 May 2007 00:18:35 +0000]
resultset_class/result_class now (again) auto loads the specified class; requires Class::Accessor::Grouped 0.05000+

17 years agoNo nested transactions in SQLite.
Jess Robinson [Wed, 9 May 2007 22:42:11 +0000]
No nested transactions in SQLite.

17 years agoMove -result_source handling further up
Ash Berlin [Tue, 8 May 2007 19:41:38 +0000]
Move -result_source handling further up

17 years agoUnbreak back-compat
Ash Berlin [Tue, 8 May 2007 19:35:36 +0000]
Unbreak back-compat

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Thu, 3 May 2007 03:03:06 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r30777@brandon-blacks-computer (orig r3224):  nigel | 2007-05-02 09:58:45 -0500
Documented use of cursor->next for fast but uncomfortable data fetches
r30778@brandon-blacks-computer (orig r3225):  blblack | 2007-05-02 22:02:14 -0500
revert part of 3220, apparently it is breaking cloning behavior in subtle ways that we have no tests for

17 years agorevert part of 3220, apparently it is breaking cloning behavior in subtle ways that...
Brandon L. Black [Thu, 3 May 2007 03:02:14 +0000]
revert part of 3220, apparently it is breaking cloning behavior in subtle ways that we have no tests for

17 years agoDocumented use of cursor->next for fast but uncomfortable data fetches
Nigel Metheringham [Wed, 2 May 2007 14:58:45 +0000]
Documented use of cursor->next for fast but uncomfortable data fetches

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 1 May 2007 05:41:32 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r20551@brandon-blacks-computer (orig r3005):  castaway | 2007-01-05 03:25:11 -0600
add inflatecolumn fixes to Changes

r20553@brandon-blacks-computer (orig r3007):  castaway | 2007-01-09 15:20:55 -0600
todoify collapse test

r20554@brandon-blacks-computer (orig r3008):  castaway | 2007-01-09 15:42:59 -0600
Up version to 0.07004

r20555@brandon-blacks-computer (orig r3009):  castaway | 2007-01-09 15:44:39 -0600
0.07004

r20556@brandon-blacks-computer (orig r3010):  castaway | 2007-01-10 11:54:19 -0600
Skip .orig files in dist

r20557@brandon-blacks-computer (orig r3011):  castaway | 2007-01-10 13:37:23 -0600
oops, remove .orig files etc

r20599@brandon-blacks-computer (orig r3053):  zarquon | 2007-01-23 04:15:05 -0600
minor doc improvement to clarify how to do joins
r20604@brandon-blacks-computer (orig r3058):  zarquon | 2007-01-24 15:48:07 -0600
explained a cryptic error message
r20610@brandon-blacks-computer (orig r3064):  castaway | 2007-01-29 10:28:12 -0600
Make POD a little more obvious about component order
 --This line, and those below, will be ignored--

M    DateTime.pm

r20616@brandon-blacks-computer (orig r3070):  jester | 2007-01-31 17:59:06 -0600
Doc cleanup in Ordered.pm
r20618@brandon-blacks-computer (orig r3072):  castaway | 2007-02-02 13:48:53 -0600
POD updates

r20619@brandon-blacks-computer (orig r3073):  ash | 2007-02-03 15:33:19 -0600
Made ->update not change the hashref passed in (with test.)
r20621@brandon-blacks-computer (orig r3075):  ash | 2007-02-05 06:29:52 -0600
Backed out my r3073, and doc'd the fact that it takes a hashref that might be changed
r20622@brandon-blacks-computer (orig r3076):  castaway | 2007-02-05 07:56:35 -0600
Add _accessor example, thanks to grinktt3n

r20623@brandon-blacks-computer (orig r3077):  castaway | 2007-02-05 08:23:22 -0600
Fix overload example

r20625@brandon-blacks-computer (orig r3079):  grink1tt3n | 2007-02-06 13:40:00 -0600
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt

r20640@brandon-blacks-computer (orig r3094):  castaway | 2007-02-08 02:25:54 -0600
Argh! Fix spurious example

r20643@brandon-blacks-computer (orig r3097):  castaway | 2007-02-13 08:00:21 -0600
Improve resultset_attributes docs

r20644@brandon-blacks-computer (orig r3098):  grink1tt3n | 2007-02-14 01:16:40 -0600
Fleshed out the JSON inflated column example with a corresponding YAML example. Added a cautionary warning against overuse. Added a link to InflateColumn.

r20645@brandon-blacks-computer (orig r3099):  grink1tt3n | 2007-02-14 02:39:26 -0600
Added how to '.. fetch a single (or topmost) row?' to the FAQ

r20646@brandon-blacks-computer (orig r3100):  zarquon | 2007-02-14 02:44:18 -0600
improved docs for as attrib
r20647@brandon-blacks-computer (orig r3101):  zarquon | 2007-02-14 04:05:51 -0600
pointed out ambiguity of as attribs
r26909@brandon-blacks-computer (orig r3107):  castaway | 2007-03-03 06:15:03 -0600
Fix to $filename from Carl Vincent

r27114@brandon-blacks-computer (orig r3126):  jshirley | 2007-03-12 16:27:08 -0500
Updating Manual/Intro to reflect better -in => [] usage, adding myself to contributors (mst put me in dbic-devel, too)
r27116@brandon-blacks-computer (orig r3128):  castaway | 2007-03-14 10:02:44 -0500
Added patch from Schwern to allow cdbi compat to infer the has_many from a has_a

r27119@brandon-blacks-computer (orig r3129):  castaway | 2007-03-16 11:04:07 -0500
Initial version of Manual::Joining

r27120@brandon-blacks-computer (orig r3130):  castaway | 2007-03-16 11:06:21 -0500
Add FAQ and Joining links to Manual.pod

r27319@brandon-blacks-computer (orig r3148):  blblack | 2007-03-29 08:42:27 -0500
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL cannot have two open sths during column_info
r27324@brandon-blacks-computer (orig r3153):  blblack | 2007-03-29 09:13:17 -0500
backport Ash's quoting fix from Loader to columns_info_for
r29666@brandon-blacks-computer (orig r3173):  castaway | 2007-04-02 17:19:05 -0500
Add patch from dec to allow us to pick which sources to deploy

r30330@brandon-blacks-computer (orig r3185):  matthewt | 2007-04-09 15:41:34 -0500
add SQL::Abstract to search docs (patch from zamolxes)
r30510@brandon-blacks-computer (orig r3189):  blblack | 2007-04-13 19:09:32 -0500
fixed regex in t/76joins (was relying on a 5.8.8 bug that is fixed in bleadperl, so this test was failing on bleadperl)
r30560@brandon-blacks-computer (orig r3196):  marcus | 2007-04-16 07:55:44 -0500
Updated cookbook example
r30589@brandon-blacks-computer (orig r3199):  blblack | 2007-04-17 18:45:11 -0500
Changes list synced up through now
r30590@brandon-blacks-computer (orig r3200):  blblack | 2007-04-17 18:47:03 -0500
cleared up a Changes entry
r30591@brandon-blacks-computer (orig r3201):  blblack | 2007-04-17 19:21:01 -0500
0.07006 changes, version update
r30607@brandon-blacks-computer (orig r3202):  matthewt | 2007-04-18 21:29:05 -0500
reverting r3173, already implemented in -current
r30709@brandon-blacks-computer (orig r3208):  matthewt | 2007-04-24 17:04:02 -0500
oops. props to chapman for the spot
r30762@brandon-blacks-computer (orig r3220):  blblack | 2007-05-01 00:25:33 -0500
load-time performance improvements

17 years agoload-time performance improvements
Brandon L. Black [Tue, 1 May 2007 05:25:33 +0000]
load-time performance improvements

17 years agoI'm a retard.
Justin Wheeler [Thu, 26 Apr 2007 17:58:16 +0000]
I'm a retard.

17 years agoRemoved 8.pm and updated Changelog.
Justin Wheeler [Thu, 26 Apr 2007 16:43:17 +0000]
Removed 8.pm and updated Changelog.

17 years agoMerge 'oracle8' into 'DBIx-Class-current'
Justin Wheeler [Thu, 26 Apr 2007 16:09:29 +0000]
Merge 'oracle8' into 'DBIx-Class-current'

Made Oracle/WhereJoins for using in Oracle 8 and higher because Oracle < 9i
doesn't support ANSI joins, and Oracle >= 9i doesn't do ANSI joins worth a
damn.

17 years agooops. props to chapman for the spot
Matt S Trout [Tue, 24 Apr 2007 22:04:02 +0000]
oops. props to chapman for the spot

17 years agobranches/DBIx-Class-current/ : trivial test first commit ; removed trailing whitespac...
Darren Duncan [Sun, 22 Apr 2007 03:34:04 +0000]
branches/DBIx-Class-current/ : trivial test first commit ; removed trailing whitespace in Changes (7 lines)

17 years agoreverting r3173, already implemented in -current
Matt S Trout [Thu, 19 Apr 2007 02:29:05 +0000]
reverting r3173, already implemented in -current

17 years ago0.07006 changes, version update
Brandon L. Black [Wed, 18 Apr 2007 00:21:01 +0000]
0.07006 changes, version update

17 years agocleared up a Changes entry
Brandon L. Black [Tue, 17 Apr 2007 23:47:03 +0000]
cleared up a Changes entry

17 years agoChanges list synced up through now
Brandon L. Black [Tue, 17 Apr 2007 23:45:11 +0000]
Changes list synced up through now

17 years agoUpdated cookbook example
Marcus Ramberg [Mon, 16 Apr 2007 12:55:44 +0000]
Updated cookbook example

17 years agofixed regex in t/76joins (was relying on a 5.8.8 bug that is fixed in bleadperl,...
Brandon L. Black [Sat, 14 Apr 2007 00:09:32 +0000]
fixed regex in t/76joins (was relying on a 5.8.8 bug that is fixed in bleadperl, so this test was failing on bleadperl)

17 years agoadd SQL::Abstract to search docs (patch from zamolxes)
Matt S Trout [Mon, 9 Apr 2007 20:41:34 +0000]
add SQL::Abstract to search docs (patch from zamolxes)

17 years agoAdd patch from dec to allow us to pick which sources to deploy
Jess Robinson [Mon, 2 Apr 2007 22:19:05 +0000]
Add patch from dec to allow us to pick which sources to deploy

17 years agobackport Ash's quoting fix from Loader to columns_info_for
Brandon L. Black [Thu, 29 Mar 2007 14:13:17 +0000]
backport Ash's quoting fix from Loader to columns_info_for

17 years agofix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL cannot have two open sths durin...
Brandon L. Black [Thu, 29 Mar 2007 13:42:27 +0000]
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL cannot have two open sths during column_info

17 years agosqlt parser now respected a relationship attribute of is_foreign_key_constraint
Ash Berlin [Sun, 18 Mar 2007 23:58:07 +0000]
sqlt parser now respected a relationship attribute of is_foreign_key_constraint

17 years agofix server disconnect checking for select outside of transaction
Ash Berlin [Sat, 17 Mar 2007 19:25:17 +0000]
fix server disconnect checking for select outside of transaction

17 years agoAdd FAQ and Joining links to Manual.pod
Jess Robinson [Fri, 16 Mar 2007 16:06:21 +0000]
Add FAQ and Joining links to Manual.pod

17 years agoInitial version of Manual::Joining
Jess Robinson [Fri, 16 Mar 2007 16:04:07 +0000]
Initial version of Manual::Joining

17 years agoAdded patch from Schwern to allow cdbi compat to infer the has_many from a has_a
Jess Robinson [Wed, 14 Mar 2007 15:02:44 +0000]
Added patch from Schwern to allow cdbi compat to infer the has_many from a has_a

17 years agoMerge 'DBIx-Class-current' into 'oracle8'
David Jack Olrik [Wed, 14 Mar 2007 04:44:32 +0000]
Merge 'DBIx-Class-current' into 'oracle8'

r29250@blacksun:  djo | 2007-03-13 23:44:32 +0100
Merge with current

17 years agoUpdating Manual/Intro to reflect better -in => [] usage, adding myself to contributor...
J. Shirley [Mon, 12 Mar 2007 21:27:08 +0000]
Updating Manual/Intro to reflect better -in => [] usage, adding myself to contributors (mst put me in dbic-devel, too)

17 years agoDisabled broken inflate/deflate.
David Jack Olrik [Fri, 9 Mar 2007 22:02:40 +0000]
Disabled broken inflate/deflate.
Current now passes all tests again.
(DBIx::Class::InflateColumn::File is still broken)

17 years agoWe need JSON > 1.00 for dbicadmin
Ash Berlin [Wed, 7 Mar 2007 17:28:08 +0000]
We need JSON > 1.00 for dbicadmin

17 years agoReverted accidental 'svk pull' from inside mirrored checkout.
David Jack Olrik [Sat, 3 Mar 2007 20:12:44 +0000]
Reverted accidental 'svk pull' from inside mirrored checkout.
Note to self: Don't checkout anything from //mirror - Even if you have no need to edit it...

17 years agoMerge 'trunk' into 'DBIx-Class-current'
David Jack Olrik [Sat, 3 Mar 2007 17:58:21 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r27233@ip-37-237 (orig r3005):  castaway | 2007-01-05 10:25:11 +0100
add inflatecolumn fixes to Changes

r27496@ip-37-237 (orig r3007):  castaway | 2007-01-09 22:20:55 +0100
todoify collapse test

r27497@ip-37-237 (orig r3008):  castaway | 2007-01-09 22:42:59 +0100
Up version to 0.07004

r27498@ip-37-237 (orig r3009):  castaway | 2007-01-09 22:44:39 +0100
0.07004

r27499@ip-37-237 (orig r3010):  castaway | 2007-01-10 18:54:19 +0100
Skip .orig files in dist

r27500@ip-37-237 (orig r3011):  castaway | 2007-01-10 20:37:23 +0100
oops, remove .orig files etc

r27546@ip-37-237 (orig r3053):  zarquon | 2007-01-23 11:15:05 +0100
minor doc improvement to clarify how to do joins
r27720@ip-37-237 (orig r3058):  zarquon | 2007-01-24 22:48:07 +0100
explained a cryptic error message
r27732@ip-37-237 (orig r3064):  castaway | 2007-01-29 17:28:12 +0100
Make POD a little more obvious about component order
 --This line, and those below, will be ignored--

M    DateTime.pm

r27738@ip-37-237 (orig r3070):  jester | 2007-02-01 00:59:06 +0100
Doc cleanup in Ordered.pm
r27740@ip-37-237 (orig r3072):  castaway | 2007-02-02 20:48:53 +0100
POD updates

r27741@ip-37-237 (orig r3073):  ash | 2007-02-03 22:33:19 +0100
Made ->update not change the hashref passed in (with test.)
r27743@ip-37-237 (orig r3075):  ash | 2007-02-05 13:29:52 +0100
Backed out my r3073, and doc'd the fact that it takes a hashref that might be changed
r27744@ip-37-237 (orig r3076):  castaway | 2007-02-05 14:56:35 +0100
Add _accessor example, thanks to grinktt3n

r27745@ip-37-237 (orig r3077):  castaway | 2007-02-05 15:23:22 +0100
Fix overload example

r27747@ip-37-237 (orig r3079):  grink1tt3n | 2007-02-06 20:40:00 +0100
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt

r27762@ip-37-237 (orig r3094):  castaway | 2007-02-08 09:25:54 +0100
Argh! Fix spurious example

r27765@ip-37-237 (orig r3097):  castaway | 2007-02-13 15:00:21 +0100
Improve resultset_attributes docs

r27766@ip-37-237 (orig r3098):  grink1tt3n | 2007-02-14 08:16:40 +0100
Fleshed out the JSON inflated column example with a corresponding YAML example. Added a cautionary warning against overuse. Added a link to InflateColumn.

r27767@ip-37-237 (orig r3099):  grink1tt3n | 2007-02-14 09:39:26 +0100
Added how to '.. fetch a single (or topmost) row?' to the FAQ

r27768@ip-37-237 (orig r3100):  zarquon | 2007-02-14 09:44:18 +0100
improved docs for as attrib
r27769@ip-37-237 (orig r3101):  zarquon | 2007-02-14 11:05:51 +0100
pointed out ambiguity of as attribs
r27967@ip-37-237 (orig r3107):  castaway | 2007-03-03 13:15:03 +0100
Fix to $filename from Carl Vincent

17 years agoFix to $filename from Carl Vincent
Jess Robinson [Sat, 3 Mar 2007 12:15:03 +0000]
Fix to $filename from Carl Vincent

17 years agopointed out ambiguity of as attribs
Kieren Diment [Wed, 14 Feb 2007 10:05:51 +0000]
pointed out ambiguity of as attribs

17 years agoimproved docs for as attrib
Kieren Diment [Wed, 14 Feb 2007 08:44:18 +0000]
improved docs for as attrib

17 years agoAdded how to '.. fetch a single (or topmost) row?' to the FAQ
Robert Krimen [Wed, 14 Feb 2007 08:39:26 +0000]
Added how to '.. fetch a single (or topmost) row?' to the FAQ

17 years agoFleshed out the JSON inflated column example with a corresponding YAML example. Added...
Robert Krimen [Wed, 14 Feb 2007 07:16:40 +0000]
Fleshed out the JSON inflated column example with a corresponding YAML example. Added a cautionary warning against overuse. Added a link to InflateColumn.

17 years agoImprove resultset_attributes docs
Jess Robinson [Tue, 13 Feb 2007 14:00:21 +0000]
Improve resultset_attributes docs

17 years agoArgh! Fix spurious example
Jess Robinson [Thu, 8 Feb 2007 08:25:54 +0000]
Argh! Fix spurious example

17 years agoAdded;
Robert Krimen [Tue, 6 Feb 2007 19:40:00 +0000]
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt

17 years agoFix overload example
Jess Robinson [Mon, 5 Feb 2007 14:23:22 +0000]
Fix overload example

17 years agoAdd _accessor example, thanks to grinktt3n
Jess Robinson [Mon, 5 Feb 2007 13:56:35 +0000]
Add _accessor example, thanks to grinktt3n

17 years agoBacked out my r3073, and doc'd the fact that it takes a hashref that might be changed
Ash Berlin [Mon, 5 Feb 2007 12:29:52 +0000]
Backed out my r3073, and doc'd the fact that it takes a hashref that might be changed

17 years agoMade ->update not change the hashref passed in (with test.)
Ash Berlin [Sat, 3 Feb 2007 21:33:19 +0000]
Made ->update not change the hashref passed in (with test.)

17 years agoPOD updates
Jess Robinson [Fri, 2 Feb 2007 19:48:53 +0000]
POD updates

17 years agowhoopes forgot to change the package name for dbix::class::inflatecolumn::file
Victor Igumnov [Thu, 1 Feb 2007 00:36:29 +0000]
whoopes forgot to change the package name for dbix::class::inflatecolumn::file

17 years agoDoc cleanup in Ordered.pm
Jesse Sheidlower [Wed, 31 Jan 2007 23:59:06 +0000]
Doc cleanup in Ordered.pm

17 years agoAhem, now passes -c too
Jess Robinson [Wed, 31 Jan 2007 14:10:24 +0000]
Ahem, now passes -c too

17 years agoOops, cross-platform filename checking!
Jess Robinson [Wed, 31 Jan 2007 14:06:49 +0000]
Oops, cross-platform filename checking!

17 years agoMake POD a little more obvious about component order
Jess Robinson [Mon, 29 Jan 2007 16:28:12 +0000]
Make POD a little more obvious about component order
 --This line, and those below, will be ignored--

M    DateTime.pm

17 years agoFormatting cleanup
David Jack Olrik [Thu, 25 Jan 2007 20:47:00 +0000]
Formatting cleanup

17 years ago0.07999_02, add skip on prefetch test
Jess Robinson [Thu, 25 Jan 2007 20:03:16 +0000]
0.07999_02, add skip on prefetch test

17 years agoexplained a cryptic error message
Kieren Diment [Wed, 24 Jan 2007 21:48:07 +0000]
explained a cryptic error message

17 years agoMarked oracle 8 support as experimental
David Jack Olrik [Wed, 24 Jan 2007 21:34:11 +0000]
Marked oracle 8 support as experimental

17 years ago-- Fixed tabs to spaces issue
John Napiorkowski [Wed, 24 Jan 2007 17:58:59 +0000]
-- Fixed tabs to spaces issue
-- got rid of deprecation warning
-- removed default postgres credentials, now if you don't have the PG testing env exported than the tests are skipped.
-- tests properly pass now.

17 years agoAdded Justin Wheeler's Oracle 8 support
David Jack Olrik [Wed, 24 Jan 2007 09:38:54 +0000]
Added Justin Wheeler's Oracle 8 support

17 years agominor doc improvement to clarify how to do joins
Kieren Diment [Tue, 23 Jan 2007 10:15:05 +0000]
minor doc improvement to clarify how to do joins

17 years agochanged FileColumn to InflateColumn::File
Victor Igumnov [Sun, 21 Jan 2007 00:48:49 +0000]
changed FileColumn to InflateColumn::File

17 years agomy mistake, change 96file_column.pm to 96file_column.t
Victor Igumnov [Sat, 20 Jan 2007 23:17:37 +0000]
my mistake, change 96file_column.pm to 96file_column.t

17 years agofix Sweet pager test
Matt S Trout [Sat, 20 Jan 2007 21:59:31 +0000]
fix Sweet pager test

17 years agominor update to FileColumn. I added a callback method which can be used by FileColumn...
Victor Igumnov [Sat, 20 Jan 2007 19:46:33 +0000]
minor update to FileColumn. I added a callback method which can be used by FileColumn::Thumbnail

17 years agocommitting first version of filecolumn
Victor Igumnov [Fri, 19 Jan 2007 03:04:48 +0000]
committing first version of filecolumn

17 years agoChanges note for param_bind since the authors forgot
Matt S Trout [Wed, 17 Jan 2007 01:42:25 +0000]
Changes note for param_bind since the authors forgot

17 years agoarguably slightly less broken
Matt S Trout [Wed, 17 Jan 2007 01:35:23 +0000]
arguably slightly less broken

17 years agoMerge 'param_bind' into 'DBIx-Class-current'
John Napiorkowski [Thu, 11 Jan 2007 04:11:21 +0000]
Merge 'param_bind' into 'DBIx-Class-current'

17 years agoMake not of introduction of ResultSourceHandle
Ash Berlin [Sun, 14 Jan 2007 15:24:03 +0000]
Make not of introduction of ResultSourceHandle

17 years agoAdded some simple docs to HashRefInflator and updated cookbook to match
Ash Berlin [Sat, 13 Jan 2007 01:52:30 +0000]
Added some simple docs to HashRefInflator and updated cookbook to match

17 years agoadditional refactoring to better handle source objects
John Napiorkowski [Wed, 10 Jan 2007 22:11:21 +0000]
additional refactoring to better handle source objects

17 years agosome refactoring to reduce cut and paste work
John Napiorkowski [Wed, 10 Jan 2007 21:43:19 +0000]
some refactoring to reduce cut and paste work

17 years agodocumentation updates
John Napiorkowski [Wed, 10 Jan 2007 21:09:07 +0000]
documentation updates

17 years agoMerge 'DBIx-Class-current' into 'param_bind'
John Napiorkowski [Wed, 10 Jan 2007 21:08:36 +0000]
Merge 'DBIx-Class-current' into 'param_bind'

Merge from current and fixed issue when a column has multiple bind values.

17 years agooops, remove .orig files etc
Jess Robinson [Wed, 10 Jan 2007 19:37:23 +0000]
oops, remove .orig files etc

17 years agoSkip .orig files in dist
Jess Robinson [Wed, 10 Jan 2007 17:54:19 +0000]
Skip .orig files in dist

17 years ago0.07004
Jess Robinson [Tue, 9 Jan 2007 21:44:39 +0000]
0.07004

17 years agoUp version to 0.07004
Jess Robinson [Tue, 9 Jan 2007 21:42:59 +0000]
Up version to 0.07004

17 years agotodoify collapse test
Jess Robinson [Tue, 9 Jan 2007 21:20:55 +0000]
todoify collapse test

17 years agoAdded abraxa's HashRefInflator (no docs as yet)
Ash Berlin [Fri, 5 Jan 2007 14:59:01 +0000]
Added abraxa's HashRefInflator (no docs as yet)

17 years agoadd inflatecolumn fixes to Changes
Jess Robinson [Fri, 5 Jan 2007 09:25:11 +0000]
add inflatecolumn fixes to Changes

17 years agoMerge 'ordered_handle_updates' into 'DBIx-Class-current'
Matt S Trout [Tue, 2 Jan 2007 20:36:29 +0000]
Merge 'ordered_handle_updates' into 'DBIx-Class-current'

multi-col group support for Ordered, from Neil de Carteret

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Jess Robinson [Tue, 2 Jan 2007 04:39:12 +0000]
Merge 'trunk' into 'DBIx-Class-current'

17 years agoFixup update/new ignoring with scalarrefs
Jess Robinson [Mon, 1 Jan 2007 22:39:12 +0000]
Fixup update/new ignoring with scalarrefs
Add tests for same, plus discard_changes test

17 years agoInflate/Deflate on all refs but scalars, with tests and all!
Jess Robinson [Mon, 1 Jan 2007 19:59:21 +0000]
Inflate/Deflate on all refs but scalars, with tests and all!

17 years agofixup external bind params
Matt S Trout [Sat, 30 Dec 2006 20:18:22 +0000]
fixup external bind params

17 years agoMerge 'DBIx-Class-current' into 'param_bind'
Matt S Trout [Sat, 30 Dec 2006 19:16:20 +0000]
Merge 'DBIx-Class-current' into 'param_bind'

r33850@cain (orig r2909):  ash | 2006-11-18 01:13:36 +0000
Removed Class::Data::Accessor and DBIx::Class::AccessorGrouped and
replaced with Class::Accessor::Grouped.

component_class type accessors now just inherited and so no longer
automatcally require classes when set (noted in changes)

Added auto_install to Makefile.PL

r33996@cain (orig r2911):  matthewt | 2006-11-20 19:11:15 +0000
 r33842@cain (orig r2901):  bricas | 2006-11-16 15:54:41 +0000
 bumped ver. added some stuff to Changes i know were missing.
 r33845@cain (orig r2904):  blblack | 2006-11-16 16:43:42 +0000
 added changes entry for rt#22740
 r33846@cain (orig r2905):  castaway | 2006-11-16 16:45:29 +0000
 Added patch from Ted Carnahan to rel docs

r34019@cain (orig r2917):  matthewt | 2006-11-22 05:22:32 +0000
moved tests to compose_namespace instead of compose_connection, marked compose_connection as deprecated, undocumented DB.pm
r34020@cain (orig r2918):  matthewt | 2006-11-22 05:30:06 +0000
class reg test
r34029@cain (orig r2921):  claco | 2006-11-22 17:38:43 +0000
Updated version requirement for Class::Accessor::Grouped to 0.03
r34035@cain (orig r2925):  ningu | 2006-11-22 22:10:30 +0000
 r18925@haferschleim (orig r2919):  ningu | 2006-11-21 22:44:26 -0800
 - slight optimization to ident_condition in PK.pm
 - get ident_cond in update() before applying arguments, so a column's pk can be updated
 r18926@haferschleim (orig r2920):  ningu | 2006-11-21 22:54:10 -0800
 revert update() change
 r18953@haferschleim (orig r2922):  ningu | 2006-11-22 12:12:43 -0800
 re-commit minimal pk-mutation in update(), with test
 r18956@haferschleim (orig r2924):  ningu | 2006-11-22 14:09:07 -0800
 add shallow copy of $attrs in ResultSet->new

r34039@cain (orig r2929):  ningu | 2006-11-23 00:02:14 +0000
trivial test cleanup
r34041@cain (orig r2931):  matthewt | 2006-11-23 20:05:52 +0000
 r28722@cain (orig r2813):  castaway | 2006-10-06 19:45:42 +0000
 Versioning! With tests! Woo!

r34042@cain (orig r2932):  matthewt | 2006-11-23 20:05:58 +0000
 r28723@cain (orig r2814):  castaway | 2006-10-06 19:52:38 +0000
 s/Path::Class/File::Spec/

r34043@cain (orig r2933):  matthewt | 2006-11-23 20:06:02 +0000

r34044@cain (orig r2934):  matthewt | 2006-11-23 20:06:06 +0000

r34045@cain (orig r2935):  matthewt | 2006-11-23 20:06:09 +0000
 r34031@cain (orig r2923):  castaway | 2006-11-22 20:44:36 +0000
 Fix tests, remove some random rints

r34046@cain (orig r2936):  matthewt | 2006-11-23 20:06:14 +0000

r34142@cain (orig r2940):  ningu | 2006-11-23 21:39:33 +0000
- nuke old _resultset caching stuff
- teeny cleanup to ResultSetColumn code
r34143@cain (orig r2941):  castaway | 2006-11-23 23:33:42 +0000
Add backup_directory, make tests cleanup

r34148@cain (orig r2946):  matthewt | 2006-11-26 16:21:17 +0000
 r34145@cain (orig r2943):  nigel | 2006-11-26 13:24:39 +0000
 Added a test to check that the result from a 2 level has_many prefetch
 is the same as that got by expanding the relationships one thing at a
 time.

r34189@cain (orig r2948):  ash | 2006-11-27 19:34:28 +0000
- $schema->deploy now accepts a list of source (name)s to deploy
- Also fixed creating of FK constraints to use is_foreign_key attr explicitly
  even if no back rel
r34191@cain (orig r2950):  ash | 2006-11-27 21:39:23 +0000
Typo fix in error message
r34192@cain (orig r2951):  ash | 2006-11-27 21:52:10 +0000
Fixed ningu's typo from rev 2929, and added test to catch error better
r34194@cain (orig r2953):  castaway | 2006-11-28 12:44:42 +0000
Add blessed checking to deflate

r34625@cain (orig r2955):  ningu | 2006-12-02 06:06:15 +0000
inline relationship and inflate code for new, update, get_column, set_column, etc.
r34626@cain (orig r2956):  ningu | 2006-12-02 06:16:31 +0000
tiny cosmetic fixes
r35150@cain (orig r2959):  blblack | 2006-12-07 02:38:17 +0000
 r12195@localhost (orig r2957):  ash | 2006-12-06 15:48:49 -0600
 More descriptive error messages courtesy of Marc Espie
 r12196@localhost (orig r2958):  ash | 2006-12-06 17:05:30 -0600
 Join condition patch from Bernhard Graf

r35222@cain (orig r2967):  blblack | 2006-12-11 14:24:48 +0000
 r12251@localhost (orig r2961):  ningu | 2006-12-09 14:39:02 -0600
 - die in Storage::DBI::Pg when it can't find the autoinc sequence
 r12253@localhost (orig r2963):  ningu | 2006-12-10 10:25:22 -0600
 add test for has_many prefetch with adjacent rows with no rel objects
 r12254@localhost (orig r2964):  ningu | 2006-12-10 10:26:59 -0600
 whoops
 r12255@localhost (orig r2965):  blblack | 2006-12-10 19:00:22 -0600
 allow pk mutation via column accessor + update
 r12316@localhost (orig r2966):  blblack | 2006-12-11 08:24:23 -0600
 better fix for pk mutation based on mst irc conversation

r35458@cain (orig r2974):  matthewt | 2006-12-28 00:34:58 +0000
 r35424@cain (orig r2969):  dwc | 2006-12-19 06:22:09 +0000
 fix find_related-based queries to correctly grep the unique key
 r35455@cain (orig r2971):  ash | 2006-12-21 21:04:33 +0000
 Made many_to_many throw an exception if its not provided with a $f_rel

r35466@cain (orig r2976):  matthewt | 2006-12-28 19:21:52 +0000
 r34017@cain (orig r2915):  ash | 2006-11-21 09:46:41 +0000
 Changed row and rs objects to not have direct handle to a source, instead a
 (schema,source_name) tuple of type ResultSourceHandle.

r35467@cain (orig r2977):  matthewt | 2006-12-28 19:21:57 +0000
 r34018@cain (orig r2916):  ash | 2006-11-21 20:58:19 +0000
 Missed a reference to {result_source}

r35468@cain (orig r2978):  matthewt | 2006-12-28 19:22:01 +0000
 r34036@cain (orig r2926):  ningu | 2006-11-22 22:23:59 +0000
 change monkier => moniker

r35469@cain (orig r2979):  matthewt | 2006-12-28 19:22:05 +0000
 r34037@cain (orig r2927):  ningu | 2006-11-22 22:34:23 +0000
 fix typo

r35470@cain (orig r2980):  matthewt | 2006-12-28 19:22:08 +0000
 r34038@cain (orig r2928):  ningu | 2006-11-22 22:44:22 +0000
 fix typo fix

r35471@cain (orig r2981):  matthewt | 2006-12-28 19:22:11 +0000

r35472@cain (orig r2982):  matthewt | 2006-12-28 19:23:55 +0000
 r34147@cain (orig r2945):  ash | 2006-11-26 16:18:42 +0000
 Made source_name read-only on source instances, r/w on classes

r35473@cain (orig r2983):  matthewt | 2006-12-28 19:24:00 +0000

r35474@cain (orig r2984):  matthewt | 2006-12-28 19:24:34 +0000
 r35456@cain (orig r2972):  ash | 2006-12-27 22:48:49 +0000
 Removed CDBI subclassing bugs. constrain_columns to work out now

r35475@cain (orig r2985):  matthewt | 2006-12-28 19:24:38 +0000
 r35457@cain (orig r2973):  ash | 2006-12-28 00:15:24 +0000
 Fixed problem with cdbi-t/13constrain.t

r35476@cain (orig r2986):  matthewt | 2006-12-28 19:24:41 +0000

17 years agoMerge 'source-handle' into 'DBIx-Class-current'
Matt S Trout [Thu, 28 Dec 2006 19:24:41 +0000]
Merge 'source-handle' into 'DBIx-Class-current'

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 28 Dec 2006 00:34:58 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r35424@cain (orig r2969):  dwc | 2006-12-19 06:22:09 +0000
fix find_related-based queries to correctly grep the unique key
r35455@cain (orig r2971):  ash | 2006-12-21 21:04:33 +0000
Made many_to_many throw an exception if its not provided with a $f_rel

17 years agoFixed problem with cdbi-t/13constrain.t
Ash Berlin [Thu, 28 Dec 2006 00:15:24 +0000]
Fixed problem with cdbi-t/13constrain.t

17 years agoRemoved CDBI subclassing bugs. constrain_columns to work out now
Ash Berlin [Wed, 27 Dec 2006 22:48:49 +0000]
Removed CDBI subclassing bugs. constrain_columns to work out now

17 years agoMade many_to_many throw an exception if its not provided with a $f_rel
Ash Berlin [Thu, 21 Dec 2006 21:04:33 +0000]
Made many_to_many throw an exception if its not provided with a $f_rel

17 years agofix find_related-based queries to correctly grep the unique key
Daniel Westermann-Clark [Tue, 19 Dec 2006 06:22:09 +0000]
fix find_related-based queries to correctly grep the unique key

17 years agoupdated bulk insert to handle bind_param_array, created some basic tests
John Napiorkowski [Wed, 13 Dec 2006 01:04:55 +0000]
updated bulk insert to handle bind_param_array, created some basic tests

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Mon, 11 Dec 2006 14:24:48 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12251@localhost (orig r2961):  ningu | 2006-12-09 14:39:02 -0600
- die in Storage::DBI::Pg when it can't find the autoinc sequence
r12253@localhost (orig r2963):  ningu | 2006-12-10 10:25:22 -0600
add test for has_many prefetch with adjacent rows with no rel objects
r12254@localhost (orig r2964):  ningu | 2006-12-10 10:26:59 -0600
whoops
r12255@localhost (orig r2965):  blblack | 2006-12-10 19:00:22 -0600
allow pk mutation via column accessor + update
r12316@localhost (orig r2966):  blblack | 2006-12-11 08:24:23 -0600
better fix for pk mutation based on mst irc conversation

17 years agobetter fix for pk mutation based on mst irc conversation
Brandon L. Black [Mon, 11 Dec 2006 14:24:23 +0000]
better fix for pk mutation based on mst irc conversation

17 years agoallow pk mutation via column accessor + update
Brandon L. Black [Mon, 11 Dec 2006 01:00:22 +0000]
allow pk mutation via column accessor + update

17 years agowhoops
David Kamholz [Sun, 10 Dec 2006 16:26:59 +0000]
whoops

17 years agoadd test for has_many prefetch with adjacent rows with no rel objects
David Kamholz [Sun, 10 Dec 2006 16:25:22 +0000]
add test for has_many prefetch with adjacent rows with no rel objects

17 years agodie in Storage::DBI::Pg when it can't find the autoinc sequence
David Kamholz [Sat, 9 Dec 2006 20:39:02 +0000]
die in Storage::DBI::Pg when it can't find the autoinc sequence