X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4ae8f69e33715105b665ff26a8e077cf3d6f7709;hb=27b516bbe12139a72077b21cb1d6c2615b3fdd3b;hp=6ae9ca055d9520932590cba0db94e29307af660f;hpb=efc991a0345e071e54a205ab938c0baf3f6e3380;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 6ae9ca0..4ae8f69 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for SQL::Abstract + - Add error checking on "profile" for SQLA::Tree + - Hide bulk inserts from DBIx::Class + - Highlight transaction keywords + - Highlight HAVING + - Add EXECUTING for clarity of long running SQL + - Add "squash_repeats" option to fix it such that repeated SQL gets ellided + except for placeholders + - Fix missing doc (RT#62587) + +revision 1.69 2010-10-22 +---------------------------- + - Add quotes for populated placeholders and make the background + magenta instead of cyan + - Color and indent pagination keywords - Fix a silly bug which broke placeholder fill-in in DBIC - Installs format-sql to format SQL passed in over STDIN - Switch the tokenizer to precompiled regexes (massive speedup) @@ -11,6 +25,7 @@ Revision history for SQL::Abstract - Make sure unparse() does not destroy a passed in \@bindargs - Support ops with _'s in them (valid in Oracle) - Properly parse both types of default value inserts + - Allow { -func => $val } as arguments to UPDATE revision 1.68 2010-09-16 ----------------------------