summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-04-20 08:32:08 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2013-04-20 08:32:08 +0200
commitfd480bf40646cdb53bce377db5d11dc52a760dad (patch)
tree59bea5608c5b8c580e9dc426e9a2d79161f99af9 /CHANGES
parent90ebf68e551805a30cf7c9907f04f7038e941b5a (diff)
downloadsqlparse-fd480bf40646cdb53bce377db5d11dc52a760dad.tar.gz
Allow NULL keyword in assignments (fixes #90).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cec0e74..8ec8b1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
Development Version
-------------------
-* Nothing new yet.
+Enhancements
+* Improve parsing of assignments in UPDATE statements (issue90).
Release 0.1.7 (Apr 06, 2013)