diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2014-11-30 06:48:25 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2014-11-30 06:48:25 +0100 |
| commit | dcd67a6e21c2fb523caa5dc9c41e62fcd4e45319 (patch) | |
| tree | 1d3ad63f7c405a0bf1fbe26128857693afeae528 /CHANGES | |
| parent | 0619bb662fb102eabb78f7059270d5766812c1e1 (diff) | |
| download | sqlparse-dcd67a6e21c2fb523caa5dc9c41e62fcd4e45319.tar.gz | |
Better handling of floats in UPDATE statements (issue145).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |
