diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-01-07 10:08:06 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-01-07 10:08:06 +0100 |
| commit | 660ffbbec7cbe52cf8f505e41e4d471d9ba10207 (patch) | |
| tree | 6f7f9e6b81414e75b582a5099a12f71e34f92063 | |
| parent | b2058e485e50d05423ee6074296e6c26f8a21407 (diff) | |
| download | sqlparse-660ffbbec7cbe52cf8f505e41e4d471d9ba10207.tar.gz | |
Add TODO item.
| -rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ +* 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. * Rewrite App Engine application using webapp. -* See KnownIssues http://code.google.com/p/python-sqlparse/wiki/KnownIssues
\ No newline at end of file +* See KnownIssues http://code.google.com/p/python-sqlparse/wiki/KnownIssues |
