X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=24cd9c64f11842f54fa215edeba96a8f2cbd4193;hp=6ad0a6d9dae920c8af415bbff4b7819f98559d0c;hb=0e80c4ca9995674bcc86bc59780b940ce20c48d2;hpb=228d5eae483427447ab808dee3f955a4d2ed0801 diff --git a/Changes b/Changes index 6ad0a6d..24cd9c6 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ Revision history for DBIx::Class - new order_by => { -desc => 'colname' } syntax supported with SQLA >= 1.50 - PG array datatype supported with SQLA >= 1.50 + - insert should use store_column, not set_column to avoid marking + clean just-stored values as dirty. New test for this (groditi) 0.08099_05 2008-10-30 21:30:00 (UTC) - Rewritte of Storage::DBI::connect_info(), extended with an