X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f8906ae9fa7058622cd5d8ff38d30040ff1f3b38;hb=e3f9dff45ca1ab7eb5e88ffe50da48f048dc813f;hp=1b3d7908410a4ec17a01a51420b1a6e82e611920;hpb=96449e8ea5159e5448ebfc81dfa200dc674f366b;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 1b3d790..f8906ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for SQL::Abstract +---------------------------- +revision 1.49_01 + - deep internal refactoring (see L> syntax. + - added -nest1, -nest2 or -nest_1, -nest_2, ... + - optional support for array datatypes + - defensive programming : check arguments to functions/methods + - fixed bug with global logic of -and/-or (no side-effects any more) + - changed logic for distributing an op over arrayrefs + - fixed semantics of _bindtype on array args + - dropped the C<_anoncopy> of the %where tree. No longer necessary. + - dropped the C<_modlogic> function - Make col => [] and col => {$op => [] } DTRT or die instead of generating broken SQL. Added tests for this. - Added { -desc => 'column' } order by support (Ash)