16 years agoadded get_inflated_columns to Row
Christopher H. Laco [Tue, 22 May 2007 00:32:35 +0000]
added get_inflated_columns to Row

16 years agoresult_class is getting leaked somewhere in related_resultset, failing test included
Guillermo Roditi [Mon, 21 May 2007 22:29:11 +0000]
result_class is getting leaked somewhere in related_resultset, failing test included

16 years agofixed WhereJoins to handle conditions edge cases
Matt S Trout [Mon, 21 May 2007 14:22:52 +0000]
fixed WhereJoins to handle conditions edge cases

16 years agoadd tests for nested prefetch with many_to_many and chained search_related
Dagfinn Ilmari Mannsåker [Sun, 20 May 2007 00:10:20 +0000]
add tests for nested prefetch with many_to_many and chained search_related

16 years agodeprecation warning for compose_connection now caught and tested
Matt S Trout [Sun, 20 May 2007 00:09:33 +0000]
deprecation warning for compose_connection now caught and tested

16 years agofind/next change to return undef rather than () on fail from Bernhard Graf
Matt S Trout [Sun, 20 May 2007 00:05:23 +0000]
find/next change to return undef rather than () on fail from Bernhard Graf

16 years agoresult_source must be passed to new_result
Matt S Trout [Sat, 19 May 2007 15:05:13 +0000]
result_source must be passed to new_result

16 years agodefault AutoCommit to 1 if not explicitly set, and stop warning about it
Brandon L. Black [Mon, 14 May 2007 22:59:07 +0000]
default AutoCommit to 1 if not explicitly set, and stop warning about it

16 years agoRequire CAG 0.05002 to kill Class::Inspector warnings.
Christopher H. Laco [Sat, 12 May 2007 01:31:37 +0000]
Require CAG 0.05002 to kill Class::Inspector warnings.

16 years agofixup for Oracle WHERE join stuff from abraxxa
Matt S Trout [Fri, 11 May 2007 12:38:18 +0000]
fixup for Oracle WHERE join stuff from abraxxa

16 years agoeliminate the last of the AutoCommit warnings
Matt S Trout [Fri, 11 May 2007 03:54:27 +0000]
eliminate the last of the AutoCommit warnings

16 years agoautocommit error gone for dbicadmin test
Matt S Trout [Fri, 11 May 2007 03:03:40 +0000]
autocommit error gone for dbicadmin test

16 years agopost-merge fixups
Matt S Trout [Fri, 11 May 2007 02:56:11 +0000]
post-merge fixups

16 years agoMerge 'collapse_result_rewrite' into 'DBIx-Class-current'
Matt S Trout [Fri, 11 May 2007 07:51:46 +0000]
Merge 'collapse_result_rewrite' into 'DBIx-Class-current'

r50794@cain (orig r3292):  matthewt | 2007-05-11 02:51:46 +0000
collapse result refac hopefully complete

16 years agoMerge 'collapse_result_rewrite' into 'DBIx-Class-current'
Matt S Trout [Sun, 21 Jan 2007 05:37:02 +0000]
Merge 'collapse_result_rewrite' into 'DBIx-Class-current'

r35887@cain (orig r3046):  matthewt | 2007-01-20 23:37:02 +0000
half-finished collapse code

16 years agocollapse result refac hopefully complete
Matt S Trout [Fri, 11 May 2007 02:51:46 +0000]
collapse result refac hopefully complete

16 years agoUpdated prereq version of CAG to 0.05001
Christopher H. Laco [Fri, 11 May 2007 01:59:38 +0000]
Updated prereq version of CAG to 0.05001

16 years agoGot rid of effectively dead dbh_do code in the txn_{begin|end|rollback} funcs
Brandon L. Black [Thu, 10 May 2007 23:46:23 +0000]
Got rid of effectively dead dbh_do code in the txn_{begin|end|rollback} funcs
Reworked the AutoCommit/transaction_depth stuff so that transaction_depth is always 1 or higher with AutoCommit off
Doc updates to recommend AutoCommit => 1 / txn_do
Warn if the user doesn't explicitly set AutoCommit
Added AutoCommit => 1 to some tests that were triggering the above warning

16 years agoMerge 'DBIx-Class-current' into 'collapse_result_rewrite'
Jess Robinson [Fri, 11 May 2007 02:52:45 +0000]
Merge 'DBIx-Class-current' into 'collapse_result_rewrite'

16 years agoOops, unbreak stupid txn_begin change
Jess Robinson [Thu, 10 May 2007 21:52:45 +0000]
Oops, unbreak stupid txn_begin change

16 years agodocs about side-effects in txn_do coderef
Brandon L. Black [Thu, 10 May 2007 21:13:14 +0000]
docs about side-effects in txn_do coderef

16 years agodo not try to silently handle disconnects when in a manual txn_begin/txn_end transaction
Brandon L. Black [Thu, 10 May 2007 21:11:04 +0000]
do not try to silently handle disconnects when in a manual txn_begin/txn_end transaction

16 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+

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

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

16 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 agohalf-finished collapse code
Matt S Trout [Sat, 20 Jan 2007 23:37:02 +0000]
half-finished collapse code

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