File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- Development Version
2- -------------------
1+ Release 0.1.5 (Nov 13, 2012)
2+ ----------------------------
33
44Bug Fixes
55 * Improve handling of quoted identifiers (issue78).
66 * Improve grouping and formatting of identifiers with operators (issue53).
77 * Improve grouping and formatting of concatenated strings (issue53).
88 * Improve handling of varchar() (by Mike Amy).
99 * Clean up handling of various SQL elements.
10- * Misc. minor fixes and lots of cleaned up tests.
10+ * Switch to py.test and clean up tests.
11+ * Several minor fixes.
1112
1213Other
13- * Deprecated sqlparse.SQLParseError. Please use
14+ * Deprecate sqlparse.SQLParseError. Please use
1415 sqlparse.exceptions.SQLParseError instead.
15- * Added caching to speed up processing.
16- * Added experimental filters for token processing.
17- * Added sqlformat.parsestream (by quest).
16+ * Add caching to speed up processing.
17+ * Add experimental filters for token processing.
18+ * Add sqlformat.parsestream (by quest).
1819
1920
2021Release 0.1.4 (Apr 20, 2012)
Original file line number Diff line number Diff line change 66"""Parse SQL statements."""
77
88
9- __version__ = '0.1.4 '
9+ __version__ = '0.1.5 '
1010
1111
1212# Setup namespace
You can’t perform that action at this time.
0 commit comments