Merge 'trunk' into 'versioned_enhancements'
Matt S Trout [Fri, 14 Sep 2007 20:56:27 +0000 (20:56 +0000)]
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 ;)

1  2 
lib/DBIx/Class/Storage/DBI.pm

Simple merge