X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=0f29682bd38190e115412a99ab4c59baa4e19aef;hp=6b30c2f24b3e965b2ea82b76193d82dca9539027;hb=6a9992417a9b274d874519fd42f1b331d5ac91e6;hpb=b4fd688255dc2729a394307e93ccd9e461148a1b diff --git a/Changes b/Changes index 6b30c2f..0f29682 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,12 @@ Revision history for DBIx::Class - New resultsed method count_rs, returns a ::ResultSetColumn which in turn returns a single count value - Even better support of count with limit + - New on_connect_call/on_disconnect_call functionality (check + POD of Storage::DBI) + - Automatic datetime handling environment/session setup for + Oracle via connect_call_datetime_setup() + - MySQL can now be turned into a sane database by adding + { on_connect_call => 'set_ansi_mode' } to the connect() call - count/all on related left-joined empty resultsets now correctly returns 0/() - Fixed regression when both page and offset are specified on