diff options
| author | Christian Clauss <cclauss@me.com> | 2022-04-28 16:38:27 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-04-29 09:13:58 +0200 |
| commit | 83e5381fc320f06f932d10bc0691ad970ef7962f (patch) | |
| tree | 4df4ed63fb417a0b3f135c7bf59ccb9d6e5e1b93 | |
| parent | 3bc7d93254cbef71bdef91905f1814201a1b1f02 (diff) | |
| download | sqlparse-83e5381fc320f06f932d10bc0691ad970ef7962f.tar.gz | |
CHANGELOG: Fix typo
| -rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ Bug Fixes * Remove support for parsing double slash comments introduced in 0.3.0 (issue456) as it had some side-effects with other dialects and doesn't seem to be widely used (issue476). -* Restrict detection of alias names to objects that acutally could +* Restrict detection of alias names to objects that actually could have an alias (issue455, adopted some parts of pr509 by john-bodley). * Fix parsing of date/time literals (issue438, by vashek). * Fix initialization of TokenList (issue499, pr505 by john-bodley). |
