Dagfinn Ilmari Mannsåker [Wed, 30 May 2007 11:31:47 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r32073@brandon-blacks-computer (orig r3439): ilmari | 2007-05-30 06:31:47 -0500
Include the DBI error message if a deploy statement fails.
Dagfinn Ilmari Mannsåker [Wed, 30 May 2007 11:31:47 +0000]
Include the DBI error message if a deploy statement fails.
Brandon L. Black [Tue, 29 May 2007 19:49:54 +0000]
a few small pod coverage fixes
Brandon L. Black [Tue, 29 May 2007 19:20:56 +0000]
converted the vendor tests to use schema objects intead of schema classes
also moved some of the final "DROP TABLE" stuff into END blocks to drop them more reliably
Brandon L. Black [Tue, 29 May 2007 18:04:38 +0000]
make sure we take fresh copies of connect_info, safer than letting people mod it out from under us
John Napiorkowski [Tue, 29 May 2007 15:40:39 +0000]
removed meaningless warnings from test
Matt S Trout [Tue, 29 May 2007 01:47:07 +0000]
update for 07999_03
Matt S Trout [Tue, 29 May 2007 01:15:46 +0000]
fix up stupid mistake I made merging
Matt S Trout [Tue, 29 May 2007 01:11:27 +0000]
re-add missing semicolon in pod
Matt S Trout [Tue, 29 May 2007 01:09:06 +0000]
Merge 'bulk_create' into 'DBIx-Class-current'
Matt S Trout [Tue, 29 May 2007 01:08:17 +0000]
Merge 'bulk_create' into 'DBIx-Class-current'
Matt S Trout [Tue, 29 May 2007 04:48:28 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r51845@cain (orig r3392): matthewt | 2007-05-28 23:48:28 +0000
remove debug warn
Matt S Trout [Mon, 28 May 2007 23:48:28 +0000]
remove debug warn
John Napiorkowski [Mon, 28 May 2007 22:42:17 +0000]
Added hack to force wantarray mode if bulk insert can't complete due to missing relating keys in the data. Updated tests to reflect above.
Matt S Trout [Mon, 28 May 2007 21:57:08 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r51652@cain (orig r3338): matthewt | 2007-05-20 00:05:23 +0000
find/next change to return undef rather than () on fail from Bernhard Graf
r51653@cain (orig r3339): matthewt | 2007-05-20 00:09:33 +0000
deprecation warning for compose_connection now caught and tested
r51654@cain (orig r3340): ilmari | 2007-05-20 00:10:20 +0000
add tests for nested prefetch with many_to_many and chained search_related
r51667@cain (orig r3341): matthewt | 2007-05-21 14:22:52 +0000
fixed WhereJoins to handle conditions edge cases
r51760@cain (orig r3352): groditi | 2007-05-21 22:29:11 +0000
result_class is getting leaked somewhere in related_resultset, failing test included
r51762@cain (orig r3354): claco | 2007-05-22 00:32:35 +0000
added get_inflated_columns to Row
r51764@cain (orig r3356): blblack | 2007-05-22 01:40:14 +0000
r30913@brandon-blacks-computer (orig r3263): matthewt | 2007-05-06 11:52:36 -0500
patch from soulchild (thanks!)
r31140@brandon-blacks-computer (orig r3318): castaway | 2007-05-17 07:56:49 -0500
Applied patch from Pedro Melo to fix order of components in the example
r31938@brandon-blacks-computer (orig r3348): ilmari | 2007-05-21 15:23:36 -0500
Copy the working mk_hash from HashRefInflator in -current into Cookbook
r31946@brandon-blacks-computer (orig r3355): blblack | 2007-05-21 20:21:42 -0500
connect_info should return the same data it was given
r51765@cain (orig r3357): blblack | 2007-05-22 01:44:57 +0000
cleanup on aisle 7
r51766@cain (orig r3358): claco | 2007-05-22 02:36:28 +0000
%colinfo accessor and inflate_column now work together
r51772@cain (orig r3364): groditi | 2007-05-22 16:24:15 +0000
fix to t/97result_class.t and fixed tests too
r51820@cain (orig r3383): matthewt | 2007-05-25 16:00:52 +0000
prefetch/cache fixes for all but find
Matt S Trout [Fri, 25 May 2007 16:00:52 +0000]
prefetch/cache fixes for all but find
John Napiorkowski [Fri, 25 May 2007 04:42:13 +0000]
fixed some tests
John Napiorkowski [Fri, 25 May 2007 04:21:26 +0000]
Expanded tests and clarified test parameters.
Guillermo Roditi [Tue, 22 May 2007 16:24:15 +0000]
fix to t/97result_class.t and fixed tests too
Christopher H. Laco [Tue, 22 May 2007 02:36:28 +0000]
%colinfo accessor and inflate_column now work together
Brandon L. Black [Tue, 22 May 2007 01:44:57 +0000]
cleanup on aisle 7
Brandon L. Black [Tue, 22 May 2007 01:40:14 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r30913@brandon-blacks-computer (orig r3263): matthewt | 2007-05-06 11:52:36 -0500
patch from soulchild (thanks!)
r31140@brandon-blacks-computer (orig r3318): castaway | 2007-05-17 07:56:49 -0500
Applied patch from Pedro Melo to fix order of components in the example
r31938@brandon-blacks-computer (orig r3348): ilmari | 2007-05-21 15:23:36 -0500
Copy the working mk_hash from HashRefInflator in -current into Cookbook
r31946@brandon-blacks-computer (orig r3355): blblack | 2007-05-21 20:21:42 -0500
connect_info should return the same data it was given
Brandon L. Black [Tue, 22 May 2007 01:21:42 +0000]
connect_info should return the same data it was given
Christopher H. Laco [Tue, 22 May 2007 00:32:35 +0000]
added get_inflated_columns to Row
John Napiorkowski [Mon, 21 May 2007 23:47:56 +0000]
-- added support for belongs_to type relationships and better support for when the relating keys are autogenerated.
-- more tests.
Guillermo Roditi [Mon, 21 May 2007 22:29:11 +0000]
result_class is getting leaked somewhere in related_resultset, failing test included
John Napiorkowski [Mon, 21 May 2007 20:35:35 +0000]
clarify problem with missing relationship keys for bulk_insert mode
Dagfinn Ilmari Mannsåker [Mon, 21 May 2007 20:23:36 +0000]
Copy the working mk_hash from HashRefInflator in -current into Cookbook
Matt S Trout [Mon, 21 May 2007 14:22:52 +0000]
fixed WhereJoins to handle conditions edge cases
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
Matt S Trout [Sun, 20 May 2007 00:09:33 +0000]
deprecation warning for compose_connection now caught and tested
Matt S Trout [Sun, 20 May 2007 00:05:23 +0000]
find/next change to return undef rather than () on fail from Bernhard Graf
Jess Robinson [Sat, 19 May 2007 15:33:46 +0000]
Test populate_rs with belongs_to rels
Matt S Trout [Sat, 19 May 2007 21:05:13 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
Matt S Trout [Sat, 19 May 2007 20:05:13 +0000]
Merge 'DBIx-Class-current' into 'bulk_create'
r51635@cain (orig r3331): matthewt | 2007-05-19 15:05:13 +0000
result_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
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
Jess Robinson [Thu, 17 May 2007 12:56:49 +0000]
Applied patch from Pedro Melo to fix order of components in the example
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
Matt S Trout [Sun, 6 May 2007 16:52:36 +0000]
patch from soulchild (thanks!)
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