From: Matt S Trout Date: Tue, 21 Aug 2007 18:09:21 +0000 (+0000) Subject: Merge 'trunk' into 'cdbicompat_integration' X-Git-Tag: v0.08240~541^2~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec8075ad18bb31188554954ba76a0ec8cc19e406;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'cdbicompat_integration' r10454@jules (orig r3634): matthewt | 2007-07-29 22:01:45 +0100 updated svn and list URLs r10462@jules (orig r3642): matthewt | 2007-08-03 19:52:16 +0100 optimisation in cursor r10463@jules (orig r3643): matthewt | 2007-08-03 22:01:49 +0100 add default_resultset_attributes entry to Schema r10464@jules (orig r3644): matthewt | 2007-08-04 17:44:46 +0100 cleanup cursor class handling r10465@jules (orig r3645): ash | 2007-08-04 18:30:14 +0100 Fix example code. Thanks bits r10466@jules (orig r3646): matthewt | 2007-08-05 15:41:51 +0100 add cursor_class to storage opt list r10470@jules (orig r3650): matthewt | 2007-08-06 20:10:08 +0100 typo pointed out by kangas r10471@jules (orig r3651): matthewt | 2007-08-06 20:36:27 +0100 final changes for 08004 dist r10472@jules (orig r3652): gphat | 2007-08-07 14:07:06 +0100 Refactor Statistics to clean up printing of debug info and to avoid crashing on a closed STDERR... r10473@jules (orig r3653): captainL | 2007-08-07 15:11:18 +0100 fixed storage->connected fork bug r10474@jules (orig r3654): matthewt | 2007-08-07 15:45:46 +0100 fix for AccessorGroup r10475@jules (orig r3655): aherzog | 2007-08-07 16:25:28 +0100 Add myself to contributors list. r10476@jules (orig r3656): aherzog | 2007-08-07 16:26:32 +0100 Fix reconnect tests to skip tests that won't pass (when run as root, or under windows). r10477@jules (orig r3657): aherzog | 2007-08-07 19:50:59 +0100 Fix bind params debugging output; consolidate some related, duplicated code. r10478@jules (orig r3658): aherzog | 2007-08-07 21:07:43 +0100 Autoflush debugging, to make sure statement is printed when we test for it. r10480@jules (orig r3660): matthewt | 2007-08-08 11:35:26 +0100 rejig resultset construction for related_resultset r10481@jules (orig r3661): matthewt | 2007-08-08 11:38:39 +0100 bump sqlite dep r10482@jules (orig r3662): matthewt | 2007-08-08 11:47:39 +0100 timestamp+pg fix r10484@jules (orig r3664): tomboh | 2007-08-08 13:52:58 +0100 Mention the SVN::Web Web interface to the repository r10485@jules (orig r3665): matthewt | 2007-08-08 14:32:58 +0100 make pod cov not skip if author side, fix exception list r10486@jules (orig r3666): tomboh | 2007-08-10 12:06:35 +0100 Fix package names in documentation r10487@jules (orig r3667): castaway | 2007-08-10 14:05:24 +0100 Manual improvements from apeiron r10488@jules (orig r3668): ash | 2007-08-11 22:46:59 +0100 Remove warn statement r10490@jules (orig r3670): ash | 2007-08-11 23:27:07 +0100 Move to using Class::C3::Componentised r10491@jules (orig r3671): matthewt | 2007-08-12 15:04:27 +0100 missed commit of version inc r10492@jules (orig r3672): castaway | 2007-08-12 15:27:38 +0100 Documentation: cookbook, resultset/create and some other bits r10493@jules (orig r3673): ash | 2007-08-12 15:49:59 +0100 Prepare for new dist r10495@jules (orig r3674): tomboh | 2007-08-13 10:42:16 +0100 Fix a package name I corrected wrongly in revision 3666. r11158@jules (orig r3684): jnapiorkowski | 2007-08-16 16:23:18 +0100 -- added some documentation to ->populate to warn people about the side effects of using wantarray versus void context. -- added some additional documentation to resultset->create --- ec8075ad18bb31188554954ba76a0ec8cc19e406