blob: 101c5a15a308a3e074c0aa80fdc6536fb2c5329f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Goals for 0.2.0
---------------
X Drop support for Python <= 2.6
X Remove SQLParserError from top level module.
X Don't use 2to3 anymore
~ Remove unused code
~ Possible deprecation:
- RightMarginFilter
Seems to be broken and not used. However, a replacement would be good.
~ Update documentation
~ Cleanup docs on PyPI/github
~ Write release notes
Misc
----
* See
https://groups.google.com/d/msg/sqlparse/huz9lKXt0Lc/11ybIKPJWbUJ
for some interesting hints and suggestions.
* Provide a function to replace tokens. See this thread: https://groups.google.com/d/msg/sqlparse/5xmBL2UKqX4/ZX9z_peve-AJ
* Fix bugs on issue tracker.
* Document filter stack and processing phases.
* See KnownIssues http://code.google.com/p/python-sqlparse/wiki/KnownIssues
|