X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6e1915955cd2019bb5bd8f30aca181ebfaf38582;hb=b7b0f832c4f5994a3bfbe4fbc13e043964aebd2c;hp=5dd2c9b5f61cc25edbce46ddda7d6d5115a7d084;hpb=4ee5e99cdf609a1ab37e8a9de8fcf222f7fd5010;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 5dd2c9b..6e19159 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for SQL::Abstract + - Switch the tokenizer to precompiled regexes (massive speedup) + - Rudimentary handling of quotes ( 'WHERE' vs WHERE ) + - Fix extended argument parsing by IN/BETWEEN + revision 1.68 2010-09-16 ---------------------------- - Document methods on Tree