summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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 ide...Andi Albrecht2013-03-181-0/+2
* 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
* 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 concatenat...Andi Albrecht2012-11-111-0/+2
* Improve handling of quoted indentifiers (fixes issue78).Andi Albrecht2012-11-031-4/+12
* Move SQLParseError to proper location and start deprecation of sqlparse.SQLPa...Andi Albrecht2012-11-031-0/+4
* Bump version to 0.1.40.1.4Andi Albrecht2012-04-201-2/+2
* Properly group placeholders in identifier lists (fixes #52).Andi Albrecht2012-04-191-3/+4
* Pretty formatting of role keyword in identifier list (fixes #49).Andi Albrecht2012-04-191-3/+3
* Pretty format comments in identifier lists (fixes issue59).Andi Albrecht2012-04-191-0/+1
* Update CHANGES.Andi Albrecht2012-04-191-0/+4
* Handle asterisks as operators when grouping identifiers (fixes issue58).Andi Albrecht2012-02-261-1/+2
* Allow CASE statements as identifiers (fixes issue46).Andi Albrecht2011-09-291-0/+1
* Make keyword detection more restrict (fixes issue47).Andi Albrecht2011-09-291-0/+1
* Choose first token during identifier grouping when both names/symbols and fun...Andi Albrecht2011-09-271-0/+8
* Update version.0.1.3Andi Albrecht2011-07-291-2/+2