mirror of
https://github.com/apache/impala.git
synced 2026-01-05 21:00:54 -05:00
sqlparse-0.1.19 is the last version of sqlparse that supports Python 2.6. Testing: - Ran all end-to-end tests Change-Id: Ide51ef3ac52d25a96b0fa832e29b6535197d23cb Reviewed-on: http://gerrit.cloudera.org:8080/10354 Reviewed-by: David Knupp <dknupp@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
* 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
|