diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-10-23 10:27:33 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-10-23 10:27:33 +0200 |
| commit | 2aa7f0c68f5ba77b347e216994fd01be63e8aeb0 (patch) | |
| tree | 0f143e2c706f565c9abff233ff162eea0d873060 /CHANGES | |
| parent | a1aa080aece81d62b0f971c4577eb4a91391db10 (diff) | |
| download | sqlparse-2aa7f0c68f5ba77b347e216994fd01be63e8aeb0.tar.gz | |
Remove buffered reading again (fixes #114).
It causes problems with some sources.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Development Version +------------------- + +Bug Fixes +* Removed buffered reading again, it obviously causes wrong parsing in some rare + cases (issue114). + + Release 0.1.9 (Sep 28, 2013) ---------------------------- |
