John Napiorkowski [Fri, 18 May 2007 16:01:47 +0000]
-- Additional tests for checking correct autocreation of PK's when needed
-- Cleaned up the code to reflect DBIx indenting standards
-- Additional documentation
Jess Robinson [Fri, 18 May 2007 12:24:00 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r3302@lilith (orig r3300): matthewt | 2007-05-11 04:54:27 +0100
eliminate the last of the AutoCommit warnings
r3304@lilith (orig r3302): matthewt | 2007-05-11 13:38:18 +0100
fixup for Oracle WHERE join stuff from abraxxa
r3310@lilith (orig r3308): claco | 2007-05-12 02:31:37 +0100
Require CAG 0.05002 to kill Class::Inspector warnings.
r3317@lilith (orig r3315): blblack | 2007-05-14 23:59:07 +0100
default AutoCommit to 1 if not explicitly set, and stop warning about it
John Napiorkowski [Fri, 18 May 2007 00:05:07 +0000]
-- some additional tests for edge cases
-- code cleanups
-- more intuitive handling of single row sub populates
John Napiorkowski [Thu, 17 May 2007 20:03:35 +0000]
- void context only uses insert bulk now.
- added a few test for edge cases, like only one row to insert
John Napiorkowski [Tue, 15 May 2007 17:59:59 +0000]
Passes all the tests but..
-- Had to change the test to make each row declare the same columns (no autocreate for autoPKs)
-- Right now inner related resultsets call popular in array context. Needs to be fixed
Brandon L. Black [Mon, 14 May 2007 22:59:07 +0000]
default AutoCommit to 1 if not explicitly set, and stop warning about it
John Napiorkowski [Mon, 14 May 2007 22:45:29 +0000]
First go at supporting the populate syntax for resultset objects. Got non void context worked, but insert_bulk not done yet. Updated the test for this to test both void and nonvoid context.
Ash Berlin [Sat, 12 May 2007 20:22:09 +0000]
Failing test for populate on RS
Christopher H. Laco [Sat, 12 May 2007 01:31:37 +0000]
Require CAG 0.05002 to kill Class::Inspector warnings.
Jess Robinson [Fri, 11 May 2007 14:16:30 +0000]
Check rel_in_storage in Row::insert, only insert rel objects when necessary
Matt S Trout [Fri, 11 May 2007 12:38:18 +0000]
fixup for Oracle WHERE join stuff from abraxxa
Matt S Trout [Fri, 11 May 2007 03:54:27 +0000]
eliminate the last of the AutoCommit warnings
Matt S Trout [Fri, 11 May 2007 03:44:20 +0000]
minor fixup to bulk_create
Matt S Trout [Fri, 11 May 2007 03:40:44 +0000]
multi-create working
Matt S Trout [Fri, 11 May 2007 03:18:37 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r50790@cain (orig r3288): blblack | 2007-05-10 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
r50793@cain (orig r3291): claco | 2007-05-11 01:59:38 +0000
Updated prereq version of CAG to 0.05001
r50795@cain (orig r3293): matthewt | 2007-05-11 02:52:12 +0000
r35887@cain (orig r3046): matthewt | 2007-01-20 23:37:02 +0000
half-finished collapse code
r50796@cain (orig r3294): matthewt | 2007-05-11 02:53:24 +0000
r50794@cain (orig r3292): matthewt | 2007-05-11 02:51:46 +0000
collapse result refac hopefully complete
r50797@cain (orig r3295): matthewt | 2007-05-11 02:56:11 +0000
post-merge fixups
r50798@cain (orig r3296): matthewt | 2007-05-11 03:03:40 +0000
autocommit error gone for dbicadmin test
Matt S Trout [Fri, 11 May 2007 03:03:40 +0000]
autocommit error gone for dbicadmin test
Matt S Trout [Fri, 11 May 2007 02:56:11 +0000]
post-merge fixups
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
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
Matt S Trout [Fri, 11 May 2007 02:51:46 +0000]
collapse result refac hopefully complete
Christopher H. Laco [Fri, 11 May 2007 01:59:38 +0000]
Updated prereq version of CAG to 0.05001
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
Jess Robinson [Fri, 11 May 2007 02:52:45 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r50754@cain (orig r3284): castaway | 2007-05-10 21:52:45 +0000
Oops, unbreak stupid txn_begin change
Jess Robinson [Fri, 11 May 2007 02:52:45 +0000]
Merge 'DBIx-Class-current' into 'collapse_result_rewrite'
Jess Robinson [Thu, 10 May 2007 21:52:45 +0000]
Oops, unbreak stupid txn_begin change
Matt S Trout [Thu, 10 May 2007 21:29:55 +0000]
dt test
Matt S Trout [Thu, 10 May 2007 21:16:42 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r50744@cain (orig r3274): castaway | 2007-05-09 22:42:11 +0000
No nested transactions in SQLite.
r50745@cain (orig r3275): claco | 2007-05-10 00:18:35 +0000
resultset_class/result_class now (again) auto loads the specified class; requires Class::Accessor::Grouped 0.05000+
r50749@cain (orig r3279): blblack | 2007-05-10 21:11:04 +0000
do not try to silently handle disconnects when in a manual txn_begin/txn_end transaction
r50750@cain (orig r3280): blblack | 2007-05-10 21:13:14 +0000
docs 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
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
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+
Jess Robinson [Wed, 9 May 2007 22:42:11 +0000]
No nested transactions in SQLite.
John Napiorkowski [Tue, 8 May 2007 20:43:07 +0000]
Added a test for create related and a second test to highlite a maybe issue
Jess Robinson [Tue, 8 May 2007 20:08:06 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r3267@lilith (orig r3265): ash | 2007-05-08 20:35:36 +0100
Unbreak back-compat
r3268@lilith (orig r3266): ash | 2007-05-08 20:41:38 +0100
Move -result_source handling further up
Ash Berlin [Tue, 8 May 2007 19:41:38 +0000]
Move -result_source handling further up
Ash Berlin [Tue, 8 May 2007 19:35:36 +0000]
Unbreak back-compat
Jess Robinson [Sat, 5 May 2007 23:45:12 +0000]
Fix jess-is-a-idiot bug..
Jess Robinson [Thu, 3 May 2007 14:18:39 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
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
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
Nigel Metheringham [Wed, 2 May 2007 14:58:45 +0000]
Documented use of cursor->next for fast but uncomfortable data fetches
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
Brandon L. Black [Tue, 1 May 2007 05:25:33 +0000]
load-time performance improvements
Justin Wheeler [Thu, 26 Apr 2007 17:58:16 +0000]
I'm a retard.
Justin Wheeler [Thu, 26 Apr 2007 16:43:17 +0000]
Removed 8.pm and updated Changelog.
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.
Matt S Trout [Tue, 24 Apr 2007 22:04:02 +0000]
oops. props to chapman for the spot
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)
Matt S Trout [Thu, 19 Apr 2007 02:29:05 +0000]
reverting r3173, already implemented in -current
Brandon L. Black [Wed, 18 Apr 2007 00:21:01 +0000]
0.07006 changes, version update
Brandon L. Black [Tue, 17 Apr 2007 23:47:03 +0000]
cleared up a Changes entry
Brandon L. Black [Tue, 17 Apr 2007 23:45:11 +0000]
Changes list synced up through now
Marcus Ramberg [Mon, 16 Apr 2007 12:55:44 +0000]
Updated cookbook example
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)
Matt S Trout [Mon, 9 Apr 2007 20:41:34 +0000]
add SQL::Abstract to search docs (patch from zamolxes)
Jess Robinson [Mon, 2 Apr 2007 22:19:05 +0000]
Add patch from dec to allow us to pick which sources to deploy
Brandon L. Black [Thu, 29 Mar 2007 14:13:17 +0000]
backport Ash's quoting fix from Loader to columns_info_for
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
Ash Berlin [Sun, 18 Mar 2007 23:58:07 +0000]
sqlt parser now respected a relationship attribute of is_foreign_key_constraint
Ash Berlin [Sat, 17 Mar 2007 19:25:17 +0000]
fix server disconnect checking for select outside of transaction
Jess Robinson [Fri, 16 Mar 2007 16:06:21 +0000]
Add FAQ and Joining links to Manual.pod
Jess Robinson [Fri, 16 Mar 2007 16:04:07 +0000]
Initial version of Manual::Joining
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
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
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)
Jess Robinson [Sat, 10 Mar 2007 13:40:54 +0000]
Fix updates with multi-create syntax
David Jack Olrik [Sat, 10 Mar 2007 04:48:51 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
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)
Ash Berlin [Wed, 7 Mar 2007 17:28:08 +0000]
We need JSON > 1.00 for dbicadmin
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...
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
Jess Robinson [Sat, 3 Mar 2007 12:15:03 +0000]
Fix to $filename from Carl Vincent
Kieren Diment [Wed, 14 Feb 2007 10:05:51 +0000]
pointed out ambiguity of as attribs
Kieren Diment [Wed, 14 Feb 2007 08:44:18 +0000]
improved docs for as attrib
Robert Krimen [Wed, 14 Feb 2007 08:39:26 +0000]
Added how to '.. fetch a single (or topmost) row?' to the FAQ
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.
Jess Robinson [Tue, 13 Feb 2007 14:00:21 +0000]
Improve resultset_attributes docs
Jess Robinson [Thu, 8 Feb 2007 08:25:54 +0000]
Argh! Fix spurious example
Robert Krimen [Tue, 6 Feb 2007 19:40:00 +0000]
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt
Jess Robinson [Tue, 6 Feb 2007 19:38:35 +0000]
Add PK::Auto to Row/insert for now, could be prettier
Jess Robinson [Mon, 5 Feb 2007 14:23:22 +0000]
Fix overload example
Jess Robinson [Mon, 5 Feb 2007 13:56:35 +0000]
Add _accessor example, thanks to grinktt3n
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
Ash Berlin [Sat, 3 Feb 2007 21:33:19 +0000]
Made ->update not change the hashref passed in (with test.)
Jess Robinson [Fri, 2 Feb 2007 19:48:53 +0000]
POD updates
Victor Igumnov [Thu, 1 Feb 2007 00:36:29 +0000]
whoopes forgot to change the package name for dbix::class::inflatecolumn::file
Jesse Sheidlower [Wed, 31 Jan 2007 23:59:06 +0000]
Doc cleanup in Ordered.pm
Jess Robinson [Wed, 31 Jan 2007 14:10:24 +0000]
Ahem, now passes -c too
Jess Robinson [Wed, 31 Jan 2007 14:06:49 +0000]
Oops, cross-platform filename checking!
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
David Jack Olrik [Thu, 25 Jan 2007 20:47:00 +0000]
Formatting cleanup
Jess Robinson [Thu, 25 Jan 2007 20:03:16 +0000]
0.07999_02, add skip on prefetch test
Kieren Diment [Wed, 24 Jan 2007 21:48:07 +0000]
explained a cryptic error message
David Jack Olrik [Wed, 24 Jan 2007 21:34:11 +0000]
Marked oracle 8 support as experimental
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.
David Jack Olrik [Wed, 24 Jan 2007 09:38:54 +0000]
Added Justin Wheeler's Oracle 8 support
Kieren Diment [Tue, 23 Jan 2007 10:15:05 +0000]
minor doc improvement to clarify how to do joins
Victor Igumnov [Sun, 21 Jan 2007 00:48:49 +0000]
changed FileColumn to InflateColumn::File
Matt S Trout [Sat, 20 Jan 2007 23:37:02 +0000]
half-finished collapse code
Victor Igumnov [Sat, 20 Jan 2007 23:17:37 +0000]
my mistake, change 96file_column.pm to 96file_column.t
Jess Robinson [Sat, 20 Jan 2007 22:31:19 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r3022@lilith (orig r3020): matthewt | 2007-01-17 01:24:13 +0000
r33849@cain (orig r2908): jnapiorkowski | 2006-11-18 00:48:30 +0000
r3023@lilith (orig r3021): matthewt | 2007-01-17 01:25:24 +0000
r33995@cain (orig r2910): jnapiorkowski | 2006-11-20 05:01:56 +0000
changed storage->insert|update|delete to accept the source object directly and to get the attributes for the columns in storage::DBI and not elsewhere. Cleaned up the tests. Still getting attribute info from the table schemas
r3024@lilith (orig r3022): matthewt | 2007-01-17 01:25:37 +0000
r34195@cain (orig r2954): jnapiorkowski | 2006-12-01 04:35:26 +0000
moved bind attributes to DBI.pm/DBI/Pg.pm
r3025@lilith (orig r3023): matthewt | 2007-01-17 01:25:42 +0000
r35326@cain (orig r2968): jnapiorkowski | 2006-12-13 01:04:55 +0000
updated bulk insert to handle bind_param_array, created some basic tests
r3026@lilith (orig r3024): matthewt | 2007-01-17 01:25:47 +0000
r3027@lilith (orig r3025): matthewt | 2007-01-17 01:26:29 +0000
r35669@cain (orig r2989): matthewt | 2006-12-30 20:18:22 +0000
fixup external bind params
r3028@lilith (orig r3026): matthewt | 2007-01-17 01:26:43 +0000
r35821@cain (orig r3012): jnapiorkowski | 2007-01-10 21:08:36 +0000
Merge from current and fixed issue when a column has multiple bind values.
r3029@lilith (orig r3027): matthewt | 2007-01-17 01:26:47 +0000
r35822@cain (orig r3013): jnapiorkowski | 2007-01-10 21:09:07 +0000
documentation updates
r3030@lilith (orig r3028): matthewt | 2007-01-17 01:26:49 +0000
r35823@cain (orig r3014): jnapiorkowski | 2007-01-10 21:43:19 +0000
some refactoring to reduce cut and paste work
r3031@lilith (orig r3029): matthewt | 2007-01-17 01:26:52 +0000
r35824@cain (orig r3015): jnapiorkowski | 2007-01-10 22:11:21 +0000
additional refactoring to better handle source objects
r3032@lilith (orig r3030): matthewt | 2007-01-17 01:35:23 +0000
arguably slightly less broken
r3036@lilith (orig r3034): matthewt | 2007-01-17 01:42:25 +0000
Changes note for param_bind since the authors forgot
r3038@lilith (orig r3036): victori | 2007-01-19 03:04:48 +0000
committing first version of filecolumn
r3039@lilith (orig r3037): victori | 2007-01-20 19:46:33 +0000
minor update to FileColumn. I added a callback method which can be used by FileColumn::Thumbnail
r3044@lilith (orig r3042): matthewt | 2007-01-20 21:59:31 +0000
fix Sweet pager test