summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-03-11 12:45:11 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2019-03-11 12:45:11 +0100
commitcff61bb93a080c1becbf2c6cd33911bc206cf587 (patch)
tree3683be35ea59d970be8ff0f46c77151615405636 /CHANGELOG
parentfcbccb849b56f29fb7f3ddb958d3e10279f8d939 (diff)
downloadsqlparse-cff61bb93a080c1becbf2c6cd33911bc206cf587.tar.gz
Avoid formatting of psql commands (fixes #469).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 78b3901..1351fb2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,7 @@ Bug Fixes
* Fix issue with strip_comments causing a syntax error (issue425, by fredyw).
* Fix formatting on INSERT which caused staircase effect on values (issue329,
by fredyw).
+* Avoid formatting of psql commands (issue469).
Internal Changes