From: Matt S Trout Date: Wed, 26 Sep 2007 02:08:37 +0000 (+0000) Subject: Merge 'trunk' into 'jdbicompat' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=705da3395e37db6b5fe8017de70a4cc5f744b0a3;p=dbsrgits%2FDBIx-Class-Historic.git Merge 'trunk' into 'jdbicompat' 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 r11194@jules (orig r3695): matthewt | 2007-08-21 19:24:53 +0100 r10460@jules (orig r3640): tomboh | 2007-08-01 12:27:38 +0100 Add an 'on_disconnect_do' argument to DBIx::Class::Storage::DBI::connect_info that, on disconnection, do what 'on_connect_do' does on connection. Currently, this only works if the code explicitly calls disconnect() on the Storage object. While I'm here, make both 'on_connect_do' and 'on_disconnect_do' accept code references as well as strings containing SQL statements. Finally, remove code to call compose_connection() from DBICTest.pm that never gets called any more. r11195@jules (orig r3696): matthewt | 2007-08-21 19:24:57 +0100 r11152@jules (orig r3678): tomboh | 2007-08-15 09:24:32 +0100 Restore code that I removed in revision 3640 that tests still need r11196@jules (orig r3697): matthewt | 2007-08-21 19:25:00 +0100 r11153@jules (orig r3679): tomboh | 2007-08-15 09:25:47 +0100 Let on_connect_do() and on_disconnect_do() take code references. Provide tests and documentation for this. r11197@jules (orig r3698): matthewt | 2007-08-21 19:25:33 +0100 r11199@jules (orig r3700): matthewt | 2007-08-21 19:50:00 +0100 arrayrefs for on_connect_do r11200@jules (orig r3701): matthewt | 2007-08-21 19:53:44 +0100 note on_connect_do changes r11201@jules (orig r3702): matthewt | 2007-08-21 20:17:22 +0100 oracle datetime inflator patch r11202@jules (orig r3703): matthewt | 2007-08-21 20:52:09 +0100 force CDBICompat deps for developers, fix tests to work with latest Class::Trigger r11217@jules (orig r3705): tomboh | 2007-08-22 11:28:58 +0100 Fix the behaviour of code refs within array refs for on_(dis)?connect_do and enhance tests to spot the previous mistake. r11218@jules (orig r3706): tomboh | 2007-08-22 11:57:14 +0100 Add myself to the list of contributors r11232@jules (orig r3709): gphat | 2007-08-24 18:11:46 +0100 Fix typos. r14025@jules (orig r3720): ilmari | 2007-09-04 17:44:41 +0100 Fix return value for DBIC::ResultSource::Table->table($table) r14026@jules (orig r3721): ash | 2007-09-04 20:14:02 +0100 Bump for New relase r14027@jules (orig r3722): semifor | 2007-09-05 04:49:46 +0100 r1185@titanic: mjm | 2007-09-04 20:11:07 -0700 Updated email address r14029@jules (orig r3723): castaway | 2007-09-06 21:07:52 +0100 Doc patch from wreis r14030@jules (orig r3724): castaway | 2007-09-06 22:35:49 +0100 Add more about accessors to doc r14031@jules (orig r3725): tomboh | 2007-09-07 17:54:00 +0100 Small POD fix r14032@jules (orig r3726): semifor | 2007-09-08 17:58:56 +0100 r1191@titanic: mjm | 2007-09-08 09:20:32 -0700 discard_changes is also "refresh from storage" r14035@jules (orig r3729): castaway | 2007-09-12 00:23:20 +0100 Much doch shuffling and more argument explanations (due to initself ;) r14326@jules (orig r3782): ash | 2007-09-25 16:39:52 +0100 Throw if "foreign." and "self." are wrong way round in conditions for relationships --- 705da3395e37db6b5fe8017de70a4cc5f744b0a3