summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-11-30 06:48:25 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-11-30 06:48:25 +0100
commitdcd67a6e21c2fb523caa5dc9c41e62fcd4e45319 (patch)
tree1d3ad63f7c405a0bf1fbe26128857693afeae528 /CHANGES
parent0619bb662fb102eabb78f7059270d5766812c1e1 (diff)
downloadsqlparse-dcd67a6e21c2fb523caa5dc9c41e62fcd4e45319.tar.gz
Better handling of floats in UPDATE statements (issue145).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0b8d517..f893c0d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ Development Version
-------------------
Bug Fixes
+* Floats in UPDATE statements are now handled correctly (issue145).
* Properly handle string literals in comparisons (issue148, change proposed
by aadis).