diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-07-26 14:35:32 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-07-26 14:35:32 +0200 |
| commit | 5df394485efbbbc5413b21b9efd6f039ff18fae1 (patch) | |
| tree | 17a4cd907c79d5e7e75de7cf8c68dbb7dd9f1895 /CHANGES | |
| parent | d463a753216b5c9e2c7f2b3c8a48fa76cbdb73c2 (diff) | |
| parent | 8987a3a6b540ea35bbb1f9c5f49f3306501289cd (diff) | |
| download | sqlparse-v0.2.0.tar.gz | |
Merge branch 'master' into v0.2.0v0.2.0
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ Development Version ------------------- +Nothing yet. + + +Release 0.1.16 (Jul 26, 2015) +----------------------------- + +Bug Fixes +* Fix a regression in get_alias() introduced in 0.1.15 (issue185). +* Fix a bug in the splitter regarding DECLARE (issue193). +* sqlformat command line tool doesn't duplicat newlines anymore (issue191). +* Don't mix up MySQL comments starting with hash and MSSQL + temp tables (issue192). +* Statement.get_type() now ignores comments at the beginning of + a statement (issue186). + + +Release 0.1.15 (Apr 15, 2015) +----------------------------- + Bug Fixes * Fix a regression for identifiers with square bracktes notation (issue153, by darikg). |
