17 years agoVersioning! With tests! Woo!
Jess Robinson [Fri, 6 Oct 2006 19:45:42 +0000]
Versioning! With tests! Woo!

17 years agoMerge 'DBIx-Class-current' into 'versioning'
Jess Robinson [Fri, 6 Oct 2006 12:56:32 +0000]
Merge 'DBIx-Class-current' into 'versioning'

Create clean branch for version

17 years agoupdated Changes for 0.07999_01 release
Brandon L. Black [Fri, 6 Oct 2006 02:02:53 +0000]
updated Changes for 0.07999_01 release

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Fri, 6 Oct 2006 01:55:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12918@evoc8 (orig r2807):  dsully | 2006-10-04 13:19:37 -0500
Make UTF-8 columns work under Perl <= 5.8.0
r12919@evoc8 (orig r2808):  dsully | 2006-10-04 13:32:37 -0500
Update changes

17 years agoUpdate changes
Dan Sully [Wed, 4 Oct 2006 18:32:37 +0000]
Update changes

17 years agoMake UTF-8 columns work under Perl <= 5.8.0
Dan Sully [Wed, 4 Oct 2006 18:19:37 +0000]
Make UTF-8 columns work under Perl <= 5.8.0

17 years agoadd connect_info option to disable statement caching
Brandon L. Black [Tue, 3 Oct 2006 22:57:09 +0000]
add connect_info option to disable statement caching

17 years agomake insert_bulk use the sth method in the newer style of things
Brandon L. Black [Tue, 3 Oct 2006 20:25:03 +0000]
make insert_bulk use the sth method in the newer style of things

17 years agoFixed to actually insert using column names, thanks claco!
Jess Robinson [Tue, 3 Oct 2006 19:01:12 +0000]
Fixed to actually insert using column names, thanks claco!

17 years agoUpdated 100populate.t tests to include calls in list context vs void context
Christopher H. Laco [Thu, 28 Sep 2006 23:27:43 +0000]
Updated 100populate.t tests to include calls in list context vs void context

17 years agoAdded failing tests for pre/post populate->insert_bulk changes
Christopher H. Laco [Thu, 28 Sep 2006 22:53:36 +0000]
Added failing tests for pre/post populate->insert_bulk changes

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Sat, 16 Sep 2006 17:56:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r11778@fortuna (orig r2794):  dwc | 2006-09-16 12:56:02 -0400
Rework quote tests to not rely on SQLite, instead using debugcb to get generated SQL

17 years agoRework quote tests to not rely on SQLite, instead using debugcb to get generated SQL
Daniel Westermann-Clark [Sat, 16 Sep 2006 16:56:02 +0000]
Rework quote tests to not rely on SQLite, instead using debugcb to get generated SQL

17 years agocreate insert_bulk using execute_array, and make populate use it in void context
Jess Robinson [Fri, 15 Sep 2006 22:04:43 +0000]
create insert_bulk using execute_array, and make populate use it in void context

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 15 Sep 2006 21:42:04 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r26908@cain (orig r2783):  dwc | 2006-09-14 21:26:45 +0000
Prepping 0.07002 for release
r26915@cain (orig r2790):  castaway | 2006-09-15 21:17:43 +0000
Fixup limit syntax finding for DB2

r26916@cain (orig r2791):  ash | 2006-09-15 21:35:37 +0000
Fixed incorect class name in sqlt examples

17 years agoFixed incorect class name in sqlt examples
Ash Berlin [Fri, 15 Sep 2006 21:35:37 +0000]
Fixed incorect class name in sqlt examples

17 years agoFixup limit syntax finding for DB2
Jess Robinson [Fri, 15 Sep 2006 21:17:43 +0000]
Fixup limit syntax finding for DB2

17 years agothe beginnings of a real storage stress test
Brandon L. Black [Fri, 15 Sep 2006 15:39:24 +0000]
the beginnings of a real storage stress test

17 years agoPrepping 0.07002 for release v0.07002
Daniel Westermann-Clark [Thu, 14 Sep 2006 21:26:45 +0000]
Prepping 0.07002 for release

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Thu, 14 Sep 2006 14:29:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12625@evoc8 (orig r2780):  dwc | 2006-09-14 09:29:02 -0500
Fix for recent SQLite versions interpreting single quotes as string literals

17 years agochange warning check to death check (new storage exceptions)
Brandon L. Black [Thu, 14 Sep 2006 17:34:22 +0000]
change warning check to death check (new storage exceptions)

17 years agoFix for recent SQLite versions interpreting single quotes as string literals
Daniel Westermann-Clark [Thu, 14 Sep 2006 14:29:02 +0000]
Fix for recent SQLite versions interpreting single quotes as string literals

17 years agoStorage::DBI::Cursor now makes use of the new Storage::DBI exception stuff instead...
Brandon L. Black [Wed, 13 Sep 2006 22:04:10 +0000]
Storage::DBI::Cursor now makes use of the new Storage::DBI exception stuff instead of manually checking $$/threads->tid for itself

17 years agoextend the "_in_dbh_do" concept
Brandon L. Black [Wed, 13 Sep 2006 21:26:45 +0000]
extend the "_in_dbh_do" concept

17 years agomove !$sth exception up a level to fix storage exceptions
Brandon L. Black [Wed, 13 Sep 2006 21:03:01 +0000]
move !$sth exception up a level to fix storage exceptions

17 years agodefault column_info_from_storage to zero in -current
Brandon L. Black [Tue, 12 Sep 2006 19:34:13 +0000]
default column_info_from_storage to zero in -current

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 12 Sep 2006 19:31:10 +0000]
Merge 'trunk' into 'DBIx-Class-current'

17 years agoBackported column_info_from_storage accessor from -current, but defaults true instead...
Brandon L. Black [Tue, 12 Sep 2006 19:31:10 +0000]
Backported column_info_from_storage accessor from -current, but defaults true instead of false in 0.07xxx

17 years agocolumn_info_from_storage(1) is cleaner anyways
Brandon L. Black [Tue, 12 Sep 2006 19:18:42 +0000]
column_info_from_storage(1) is cleaner anyways

17 years agoexample.db removed. make your own. the scripts in ../ make it too easy to bugger...
Kieren Diment [Sat, 9 Sep 2006 02:52:47 +0000]
example.db removed.  make your own.  the scripts in ../ make it too easy to bugger the database as is.

17 years agomention of reference impl in Example.pod and changed example to use the db/ directory...
Kieren Diment [Sat, 9 Sep 2006 02:44:17 +0000]
mention of reference impl in Example.pod and changed example to use the db/ directory to store database files

17 years agoadded reference implementation of DBIx::Class::Manual::Example
Kieren Diment [Sat, 9 Sep 2006 02:37:47 +0000]
added reference implementation of DBIx::Class::Manual::Example

17 years agoMore degphatification.
Cory G Watson [Fri, 8 Sep 2006 16:03:09 +0000]
More degphatification.

17 years agoDe 'gphatify' Statistics.pm per mst's request *grin*
Cory G Watson [Fri, 8 Sep 2006 16:01:08 +0000]
De 'gphatify' Statistics.pm per mst's request *grin*

17 years agoupdated all to use PK::Auto
Kieren Diment [Fri, 8 Sep 2006 09:50:32 +0000]
updated all to use PK::Auto

17 years agoMissed fallback from changeset [2751]
Nigel Metheringham [Thu, 7 Sep 2006 16:34:44 +0000]
Missed fallback from changeset [2751]

17 years agoAdded FAQ/Cookbook entry on Stringification. Contributed by Marcello Romani.
Nigel Metheringham [Thu, 7 Sep 2006 16:30:30 +0000]
Added FAQ/Cookbook entry on Stringification.  Contributed by Marcello Romani.

17 years agoFixed inflate_datetime tests under older Test::More
Christopher H. Laco [Thu, 7 Sep 2006 01:00:22 +0000]
Fixed inflate_datetime tests under older Test::More

17 years agoUpdate populate docs
Jess Robinson [Sun, 3 Sep 2006 20:04:18 +0000]
Update populate docs

17 years agoApparently I can't spell my own name.
Michael Leuchtenburg [Thu, 31 Aug 2006 21:13:58 +0000]
Apparently I can't spell my own name.

17 years agoTrivial change - add module name to pod coverage skip message
Nigel Metheringham [Thu, 31 Aug 2006 17:14:57 +0000]
Trivial change - add module name to pod coverage skip message

17 years agodocument storage_type
Brandon L. Black [Thu, 31 Aug 2006 16:29:23 +0000]
document storage_type

17 years agofixed a bug in ResultSet where passing an empty $cond hash to search() and search_rs...
Justin Guenther [Mon, 28 Aug 2006 08:37:53 +0000]
fixed a bug in ResultSet where passing an empty $cond hash to search() and search_rs() would result in an unnecessary empty condition in $self->{cond}

17 years agoadded tests for many_to_many set_$rel(\@objs)
Justin Guenther [Mon, 28 Aug 2006 08:02:19 +0000]
added tests for many_to_many set_$rel(\@objs)

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sat, 26 Aug 2006 11:41:20 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r26633@cain (orig r2733):  jguenther | 2006-08-24 17:58:38 +0000
fixed set_$rel (from many_to_many) to accept a listref
r26639@cain (orig r2739):  jguenther | 2006-08-24 21:56:31 +0000
documented storage accessor in Schema
r26640@cain (orig r2740):  blblack | 2006-08-25 20:49:52 +0000
bump C3 reqs again
r26641@cain (orig r2741):  matthewt | 2006-08-25 21:49:09 +0000
fixes to many-many

17 years agofixes to many-many
Matt S Trout [Fri, 25 Aug 2006 21:49:09 +0000]
fixes to many-many

17 years agobump C3 reqs again
Brandon L. Black [Fri, 25 Aug 2006 20:49:52 +0000]
bump C3 reqs again

17 years agodocumented storage accessor in Schema
Justin Guenther [Thu, 24 Aug 2006 21:56:31 +0000]
documented storage accessor in Schema

17 years agoreduce redundancy in NoBindVars, add extra test for it
Brandon L. Black [Thu, 24 Aug 2006 19:23:28 +0000]
reduce redundancy in NoBindVars, add extra test for it

17 years agoSplit out the upper half of S::DBI::_execute for easier inheritance
Brandon L. Black [Thu, 24 Aug 2006 19:22:55 +0000]
Split out the upper half of S::DBI::_execute for easier inheritance

17 years agoclean up the way dbh_do is used in Storage::* so that inheritance can work and its...
Brandon L. Black [Thu, 24 Aug 2006 18:33:45 +0000]
clean up the way dbh_do is used in Storage::* so that inheritance can work and its not (as) ugly

17 years agofixed set_$rel (from many_to_many) to accept a listref
Justin Guenther [Thu, 24 Aug 2006 17:58:38 +0000]
fixed set_$rel (from many_to_many) to accept a listref

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 24 Aug 2006 18:52:49 +0000]
Merge 'trunk' into 'DBIx-Class-current'

17 years agofeck arse drink women
Matt S Trout [Thu, 24 Aug 2006 13:52:49 +0000]
feck arse drink women

17 years agoDocumentation fixes.
K J Cheetham [Thu, 24 Aug 2006 13:29:20 +0000]
Documentation fixes.

17 years agoChanges synced up with everything that has happened, and deprecation notices added...
Brandon L. Black [Wed, 23 Aug 2006 20:12:30 +0000]
Changes synced up with everything that has happened, and deprecation notices added to columns_info_for docs

17 years agoMerge 'load_namespaces' into 'DBIx-Class-current'
Brandon L. Black [Wed, 23 Aug 2006 19:45:20 +0000]
Merge 'load_namespaces' into 'DBIx-Class-current'

r11157@evoc8 (orig r2602):  blblack | 2006-07-23 14:16:27 -0500
new feature branch load_namespaces
r11159@evoc8 (orig r2604):  blblack | 2006-07-23 14:47:36 -0500
docs + draft untested code for load_namespaces
r11161@evoc8 (orig r2606):  blblack | 2006-07-23 16:25:42 -0500
overridable namespaces and overridable base resultset class
r11255@evoc8 (orig r2630):  blblack | 2006-07-27 00:57:48 -0500
load_namespaces now does result_class and "+" syntax as well
r11256@evoc8 (orig r2631):  blblack | 2006-07-27 00:58:36 -0500
tests for load_namespaces
r11258@evoc8 (orig r2633):  blblack | 2006-07-27 01:08:10 -0500
proxy result_class, and fix load_namespace to use it correctly
r11265@evoc8 (orig r2640):  blblack | 2006-07-27 13:15:25 -0500
Module::Find is a real dep in Build.PL
r13039@evoc8 (orig r2647):  blblack | 2006-07-29 19:39:45 -0500
re-word options/code/pod to be less confusing wrt ResultSource vs source-definition class/file
r13040@evoc8 (orig r2648):  blblack | 2006-07-29 19:47:08 -0500
rename the load_namespaces tests
r13041@evoc8 (orig r2649):  blblack | 2006-07-31 01:22:26 -0500
load_namespaces arrayref support
r13121@evoc8 (orig r2656):  blblack | 2006-08-03 18:32:34 -0500
small improves to doc/code clarity
r13393@evoc8 (orig r2724):  blblack | 2006-08-23 13:59:32 -0500
remove result_class stuff from load_namespaces, better to not do it than to do it wrong
r13394@evoc8 (orig r2725):  blblack | 2006-08-23 14:39:31 -0500
rename Source to Result, because that is what it should be called

17 years agoupdated Changes
Justin Guenther [Wed, 23 Aug 2006 19:43:55 +0000]
updated Changes

17 years agorename Source to Result, because that is what it should be called
Brandon L. Black [Wed, 23 Aug 2006 19:39:31 +0000]
rename Source to Result, because that is what it should be called

17 years agoremove result_class stuff from load_namespaces, better to not do it than to do it...
Brandon L. Black [Wed, 23 Aug 2006 18:59:32 +0000]
remove result_class stuff from load_namespaces, better to not do it than to do it wrong

17 years agoMore Relationship docs clarifications/fixes
Justin Guenther [Wed, 23 Aug 2006 17:49:48 +0000]
More Relationship docs clarifications/fixes

17 years agoadded source_info method for source-level metadata (kinda like column_info)
Brandon L. Black [Wed, 23 Aug 2006 17:41:49 +0000]
added source_info method for source-level metadata (kinda like column_info)

17 years agoFixed typos in new Relationship docs, and made style more consistent
Justin Guenther [Wed, 23 Aug 2006 17:27:14 +0000]
Fixed typos in new Relationship docs, and made style more consistent

17 years agoCleaned up and clarified Relationship docs
Justin Guenther [Wed, 23 Aug 2006 17:02:22 +0000]
Cleaned up and clarified Relationship docs

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 22 Aug 2006 18:10:42 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r13301@evoc8 (orig r2696):  dyfrgi | 2006-08-21 10:33:04 -0500
Change _cond_for_update_delete to handle more complicated queries through recursing on internal hashes.
Add a test which should succeed and fails without this change.
r13302@evoc8 (orig r2697):  blblack | 2006-08-21 12:33:02 -0500
bugfix to Oracle columns_info_for
r13321@evoc8 (orig r2716):  dwc | 2006-08-22 00:05:58 -0500
use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)

17 years agouse ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)
Daniel Westermann-Clark [Tue, 22 Aug 2006 05:05:58 +0000]
use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)

17 years agobugfix to Oracle columns_info_for
Brandon L. Black [Mon, 21 Aug 2006 17:33:02 +0000]
bugfix to Oracle columns_info_for

17 years agoChange _cond_for_update_delete to handle more complicated queries through recursing...
Michael Leuchtenburg [Mon, 21 Aug 2006 15:33:04 +0000]
Change _cond_for_update_delete to handle more complicated queries through recursing on internal hashes.
Add a test which should succeed and fails without this change.

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sun, 20 Aug 2006 04:17:17 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r26007@cain (orig r2674):  matthewt | 2006-08-08 11:32:42 +0000
tweaked search_rs to not be destructive to passed
r26476@cain (orig r2675):  nigel | 2006-08-08 12:05:39 +0000
Test for search_rs destructive effects on attributes - see fix in [2674]

r26477@cain (orig r2676):  blblack | 2006-08-08 13:53:55 +0000
adding draft of pod index generator based on zby script
r26478@cain (orig r2677):  blblack | 2006-08-09 03:29:12 +0000
bump Alg::C3 req to 0.03
r26479@cain (orig r2678):  blblack | 2006-08-09 17:05:33 +0000
backport the DBIx::Class::Storage::DBI::DESTROY fix for peopel sharing $dbh to other code
r26483@cain (orig r2682):  dyfrgi | 2006-08-10 18:22:05 +0000
Support for relationship attributes in many_to_many accessors.
Merge new where condition, old where condition, cond in ResultSet::search_rs
Collapse cond in ResultSet::new_result so that it doesn't try to create columns with names like "-and".
Add a bunch of tests for the where condition things, which also happen to require the cond collapsing.
Create supporting classes and associated tables for these tests.
r26484@cain (orig r2683):  dyfrgi | 2006-08-10 19:49:02 +0000
Support default aliases in many_to_many accessors. Update where test classes to use this.
Remove warning about pseudohashes with array ref where/cond in ResultSet::search_rs.
r26485@cain (orig r2684):  gphat | 2006-08-11 21:13:50 +0000
Move unless to next line to prevent stabbings.

r26532@cain (orig r2685):  blblack | 2006-08-14 16:38:04 +0000
added sth method to Storage::DBI::NoBindVars, updated related docs
r26533@cain (orig r2686):  blblack | 2006-08-14 16:41:03 +0000
Alg::C3 req bump to 0.04
r26534@cain (orig r2687):  ash | 2006-08-14 17:20:50 +0000
Changed the docs for relationship attributes, and added rel order_by example
to cookbook.

r26535@cain (orig r2688):  jester | 2006-08-16 15:22:37 +0000
minor doc clarifications
r26549@cain (orig r2689):  castaway | 2006-08-17 18:59:09 +0000
Added recent Changes

r26550@cain (orig r2690):  castaway | 2006-08-18 10:58:27 +0000
Update to 0.07001

r26551@cain (orig r2691):  castaway | 2006-08-18 11:00:24 +0000
Assume scalar refs need fetching in PK::Auto (to allow \'DEFAULT'
Add RowNumberOver for limits with DB2

r26552@cain (orig r2692):  castaway | 2006-08-18 11:03:25 +0000
Allow deploy to supply a directory for the SQL file to deploy from (Penguin)

r26553@cain (orig r2693):  castaway | 2006-08-18 18:52:59 +0000
0.07001 released

r26554@cain (orig r2694):  claco | 2006-08-20 04:16:30 +0000
remove_columns now deletes columns from _columns fixing has_columns false positives

17 years agoremove_columns now deletes columns from _columns fixing has_columns false positives
Christopher H. Laco [Sun, 20 Aug 2006 04:16:30 +0000]
remove_columns now deletes columns from _columns fixing has_columns false positives

17 years ago0.07001 released
Jess Robinson [Fri, 18 Aug 2006 18:52:59 +0000]
0.07001 released

17 years agoAllow deploy to supply a directory for the SQL file to deploy from (Penguin)
Jess Robinson [Fri, 18 Aug 2006 11:03:25 +0000]
Allow deploy to supply a directory for the SQL file to deploy from (Penguin)

17 years agoAssume scalar refs need fetching in PK::Auto (to allow \'DEFAULT'
Jess Robinson [Fri, 18 Aug 2006 11:00:24 +0000]
Assume scalar refs need fetching in PK::Auto (to allow \'DEFAULT'
Add RowNumberOver for limits with DB2

17 years agoUpdate to 0.07001
Jess Robinson [Fri, 18 Aug 2006 10:58:27 +0000]
Update to 0.07001

17 years agoAdded recent Changes
Jess Robinson [Thu, 17 Aug 2006 18:59:09 +0000]
Added recent Changes

17 years agominor doc clarifications
Jesse Sheidlower [Wed, 16 Aug 2006 15:22:37 +0000]
minor doc clarifications

17 years agoChanged the docs for relationship attributes, and added rel order_by example
Ash Berlin [Mon, 14 Aug 2006 17:20:50 +0000]
Changed the docs for relationship attributes, and added rel order_by example
to cookbook.

17 years agoAlg::C3 req bump to 0.04
Brandon L. Black [Mon, 14 Aug 2006 16:41:03 +0000]
Alg::C3 req bump to 0.04

17 years agoadded sth method to Storage::DBI::NoBindVars, updated related docs
Brandon L. Black [Mon, 14 Aug 2006 16:38:04 +0000]
added sth method to Storage::DBI::NoBindVars, updated related docs

17 years agoMove unless to next line to prevent stabbings.
Cory G Watson [Fri, 11 Aug 2006 21:13:50 +0000]
Move unless to next line to prevent stabbings.

17 years agoSupport default aliases in many_to_many accessors. Update where test classes to use...
Michael Leuchtenburg [Thu, 10 Aug 2006 19:49:02 +0000]
Support default aliases in many_to_many accessors. Update where test classes to use this.
Remove warning about pseudohashes with array ref where/cond in ResultSet::search_rs.

17 years agoSupport for relationship attributes in many_to_many accessors.
Michael Leuchtenburg [Thu, 10 Aug 2006 18:22:05 +0000]
Support for relationship attributes in many_to_many accessors.
Merge new where condition, old where condition, cond in ResultSet::search_rs
Collapse cond in ResultSet::new_result so that it doesn't try to create columns with names like "-and".
Add a bunch of tests for the where condition things, which also happen to require the cond collapsing.
Create supporting classes and associated tables for these tests.

17 years agobackport the DBIx::Class::Storage::DBI::DESTROY fix for peopel sharing $dbh to other...
Brandon L. Black [Wed, 9 Aug 2006 17:05:33 +0000]
backport the DBIx::Class::Storage::DBI::DESTROY fix for peopel sharing $dbh to other code

17 years agobump Alg::C3 req to 0.03
Brandon L. Black [Wed, 9 Aug 2006 03:29:12 +0000]
bump Alg::C3 req to 0.03

17 years agoadding draft of pod index generator based on zby script
Brandon L. Black [Tue, 8 Aug 2006 13:53:55 +0000]
adding draft of pod index generator based on zby script

17 years agoTest for search_rs destructive effects on attributes - see fix in [2674]
Nigel Metheringham [Tue, 8 Aug 2006 12:05:39 +0000]
Test for search_rs destructive effects on attributes - see fix in [2674]

17 years agotweaked search_rs to not be destructive to passed
Matt S Trout [Tue, 8 Aug 2006 11:32:42 +0000]
tweaked search_rs to not be destructive to passed

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 8 Aug 2006 06:32:12 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9285@moloko (orig r2671):  blblack | 2006-08-08 00:59:05 -0500
using ->rows here was not a reliable thing to do
r9286@moloko (orig r2672):  dwc | 2006-08-08 01:27:30 -0500
Remove extraneous sources for aliasing test; same effect can be achieved using search_related

17 years agoRemove extraneous sources for aliasing test; same effect can be achieved using search...
Daniel Westermann-Clark [Tue, 8 Aug 2006 06:27:30 +0000]
Remove extraneous sources for aliasing test; same effect can be achieved using search_related

17 years agousing ->rows here was not a reliable thing to do
Brandon L. Black [Tue, 8 Aug 2006 05:59:05 +0000]
using ->rows here was not a reliable thing to do

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 8 Aug 2006 05:15:33 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9272@moloko (orig r2658):  ningu | 2006-08-04 03:55:37 -0500
pass on errors in component_class except when the file for the module itself wasn't found
r9273@moloko (orig r2659):  ningu | 2006-08-04 03:56:10 -0500
fix think-o
r9274@moloko (orig r2660):  castaway | 2006-08-04 12:38:43 -0500
Cookbook inflate_result example from avinash40

r9275@moloko (orig r2661):  dwc | 2006-08-07 17:22:31 -0500
Fix two aliasing bugs: remove the alias when provided to new_result and add the alias to the input query if we're using it (regression from 0.06)

17 years agomisc warnings/croak/Carp::Clan fixups
Brandon L. Black [Tue, 8 Aug 2006 05:13:21 +0000]
misc warnings/croak/Carp::Clan fixups

17 years agoA few dbd-specific dbh_do usage improvements
Brandon L. Black [Tue, 8 Aug 2006 05:02:31 +0000]
A few dbd-specific dbh_do usage improvements

17 years agomore dbh_do/txn_do improvements
Brandon L. Black [Tue, 8 Aug 2006 05:02:05 +0000]
more dbh_do/txn_do improvements

17 years agosaner usage of dbh_do in Storage::DBI
Brandon L. Black [Tue, 8 Aug 2006 03:32:48 +0000]
saner usage of dbh_do in Storage::DBI

17 years agomisc POD updates related to Storage/Storage::DBI
Brandon L. Black [Tue, 8 Aug 2006 03:07:02 +0000]
misc POD updates related to Storage/Storage::DBI

17 years agofurther code/pod shuffling between Storage/Storage::DBI
Brandon L. Black [Tue, 8 Aug 2006 02:58:03 +0000]
further code/pod shuffling between Storage/Storage::DBI

17 years agoreshuffling the division of labor between Storage and Storage::DBI (not complete)
Brandon L. Black [Tue, 8 Aug 2006 02:07:48 +0000]
reshuffling the division of labor between Storage and Storage::DBI (not complete)

17 years agomove txn_do to Storage
Brandon L. Black [Tue, 8 Aug 2006 00:44:42 +0000]
move txn_do to Storage

17 years agoFix two aliasing bugs: remove the alias when provided to new_result and add the alias...
Daniel Westermann-Clark [Mon, 7 Aug 2006 22:22:31 +0000]
Fix two aliasing bugs: remove the alias when provided to new_result and add the alias to the input query if we're using it (regression from 0.06)