summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2010-11-21 19:37:02 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2010-11-21 19:37:02 +0100
commitb56308b44ac5f60b757c576fdea4f91c5e215898 (patch)
tree770898248ee159d99d7370c13b8c52272331f6ad /CHANGES
parente3a64164683e34a597153005386f9ee53396c6a5 (diff)
downloadsqlparse-b56308b44ac5f60b757c576fdea4f91c5e215898.tar.gz
Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 666e3fb..44e9328 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@ Bug Fixes
* Better detection of escaped single quotes (issue13, reported by
Martin Brochhaus, patch by bluemaro with test case by Dan Carley).
* Lots of minor fixes targeting encoding, indentation, statement
- parsing and more (issues 12, 14, 15).
+ parsing and more (issues 12, 14, 15, 16, 19).
* Code cleanup with a pinch of refactoring.
Release 0.1.1 (May 6, 2009)