diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-29 09:33:47 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-29 09:33:47 +0200 |
| commit | ff50b33074f5c276b0cff8094e85582dcd467095 (patch) | |
| tree | 6f34a60f9d7b62530bb65dfe0c4d7be8eb45abf7 /CHANGES | |
| parent | f811fa12247330adc27f1b842167a112b1c0829c (diff) | |
| download | sqlparse-ff50b33074f5c276b0cff8094e85582dcd467095.tar.gz | |
Make keyword detection more restrict (fixes issue47).
Keywords most likely don't follow dots. Maybe there are other
exclusions too, but for now let's just go with this one.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Development Bug Fixes * Avoid "stair case" effects when identifiers and functions are mixed in identifier lists (issue45). + * Make keyword detection more restrict (issue47). Release 0.1.3 (Jul 29, 2011) |
