diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-05-05 07:01:39 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-05-05 07:01:39 +0200 |
| commit | a00bf24ad555f8701607dae22fa39555d4da3bfa (patch) | |
| tree | 9aa4db03d2aff6fc293c98583fa905058a9d5674 /CHANGES | |
| parent | c8c23529249f4554f61b79121e78ff5192dc3bbe (diff) | |
| download | sqlparse-a00bf24ad555f8701607dae22fa39555d4da3bfa.tar.gz | |
* Added missing SET keyword.
* IdentifierList.get_identifiers() now returns not only Identifier instances.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ In Development prefixed with @. * Improved parsing of identifier lists (issue2). * Recursive recognition of AS (issue4) and CASE. + * Improved support for UPDATE statements. Release 0.1.0 |
