summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 0.1.110.1.11Andi Albrecht2014-02-071-2/+2
|
* Update changelog.Andi Albrecht2014-02-061-2/+1
|
* Update changelog.Andi Albrecht2014-02-051-1/+4
|
* Remove automatic tests for Python 2.5, neither Travis nor Tox support it ↵Andi Albrecht2014-01-281-0/+4
| | | | anymore.
* Fix parsing and formatting of statements containing EXCEPT keyword.Andi Albrecht2014-01-281-0/+1
|
* Update changelog.Andi Albrecht2014-01-241-1/+1
|
* Improve parsing of string literals in columns.Andi Albrecht2014-01-101-0/+1
|
* Update authors and changelog.Andi Albrecht2014-01-101-0/+1
|
* Support for BEGIN/END blocks, add FOREACH keyword.Andi Albrecht2013-11-191-0/+2
|
* Update changelog and authors.Andi Albrecht2013-11-061-0/+3
|
* Fix incorrect parsing of string literals with line breaks (fixes #118).Andi Albrecht2013-11-061-0/+7
|
* Update Changelog.0.1.10Andi Albrecht2013-11-021-2/+2
|
* Actually import setup, even without setuptools (fixes #115).Andi Albrecht2013-10-241-0/+1
|
* Add test case for JOIN, update Changelog and AUTHORS.Andi Albrecht2013-10-241-0/+3
|
* Remove buffered reading again (fixes #114).Andi Albrecht2013-10-231-0/+8
| | | | It causes problems with some sources.
* Preparing 0.1.90.1.9Andi Albrecht2013-09-281-2/+2
|
* Fix tagging of identifiers by not taking single quoted strings into account ↵Andi Albrecht2013-09-281-0/+5
| | | | (fixes #111).
* Update authors and changelist.Andi Albrecht2013-09-151-0/+1
|
* Parse scientific numbers as floats (fixes #107).Andi Albrecht2013-08-261-0/+1
|
* Add option to truncate long string literals.Andi Albrecht2013-07-091-0/+7
|
* Bump version to 0.1.8.0.1.8Andi Albrecht2013-06-291-2/+2
|
* Improve parsing of PEP249-style placeholder (fixes #103).Andi Albrecht2013-06-291-0/+1
|
* Allow whitespaces in certain keywords (fixes #97).Andi Albrecht2013-06-171-0/+4
|
* Update changelog.Andi Albrecht2013-06-071-0/+1
|
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-151-0/+2
|
* Update authors and changelog.Andi Albrecht2013-05-101-0/+2
|
* Update Changelog and AUTHORS.Andi Albrecht2013-04-261-0/+1
|
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-201-1/+2
|
* Bump version again.Andi Albrecht2013-04-061-0/+6
|
* Bump version.0.1.7Andi Albrecht2013-04-061-2/+2
|
* Detect runaway indentations and go back to first column instead of going crazy.Andi Albrecht2013-04-061-0/+3
| | | | | Even though the resulting statement is not correctly formatted, it's much more usable than before.
* Allow keywords in identifier lists (fixes #10).Andi Albrecht2013-04-061-0/+2
|
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-051-1/+2
|
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-041-0/+5
|
* Fix internals of _group_left_right, avoid identifying keywords as aliased ↵Andi Albrecht2013-03-181-0/+2
| | | | identifiers.
* Add changelog.Andi Albrecht2013-02-251-0/+2
|
* Add Changelog entry.Andi Albrecht2013-02-221-0/+3
|
* Dynamically change bufsize to parse lenghty tokens faster (fixes #86).Andi Albrecht2013-02-131-0/+7
|
* Bump version.0.1.6Andi Albrecht2013-01-011-2/+2
|
* Add Changelog entry.Andi Albrecht2013-01-011-0/+1
|
* Doc updates.Andi Albrecht2013-01-011-1/+5
|
* Add Changelog entry.Andi Albrecht2012-12-311-0/+1
|
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-221-0/+3
|
* parse version number instead of importing sqlparse in setup.pyAndi Albrecht2012-11-241-0/+2
| | | | | | | This allows to bootstrap the python 3 conversion process whithout failing on python setup.py develop. Patch with slight modifications by Florian Bauer.
* Update authors and changelog.Andi Albrecht2012-11-151-0/+7
|
* Update release notes, bump version to 0.1.5.0.1.5Andi Albrecht2012-11-131-7/+8
|
* Prepare Changelog.Andi Albrecht2012-11-111-1/+6
|
* Handle whitepaces between operators correctly, improve handling of ↵Andi Albrecht2012-11-111-0/+2
| | | | concatenated strings (issue53).
* Improve handling of quoted indentifiers (fixes issue78).Andi Albrecht2012-11-031-4/+12
|
* Move SQLParseError to proper location and start deprecation of ↵Andi Albrecht2012-11-031-0/+4
| | | | sqlparse.SQLParseError.