summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Add editorconfig, update gitignore, filename, authorsVictor Uriarte2016-05-101-324/+0
|
* Improve identifier parsing when identifier is a literal combined with order ↵Andi Albrecht2016-04-061-0/+1
| | | | keyword (fixes #101).
* Update Changelog and AUTHORS.Andi Albrecht2016-04-061-0/+1
|
* Update AUTHORS and Changelog.Andi Albrecht2016-03-301-0/+1
|
* Merge tag 0.1.9 back into master.Andi Albrecht2016-03-071-3/+2
|\
| * Bump version to 0.1.19.0.1.19Andi Albrecht2016-03-071-0/+7
| |
* | Update authors and changelog.Andi Albrecht2016-03-071-0/+1
| |
* | Update changelog.Andi Albrecht2015-12-221-0/+3
| |
* | Update changelog.Andi Albrecht2015-12-141-0/+7
| |
* | Add test case for issue 214, update changelog and authors.Andi Albrecht2015-12-141-0/+4
| |
* | Remove SQLParseError from top-level module.Andi Albrecht2015-10-261-1/+3
| |
* | Remove sql.Token.to_unicode.Andi Albrecht2015-10-261-0/+3
| |
* | Update ChangeLog.Andi Albrecht2015-10-261-1/+2
| |
* | Switch back to development.Andi Albrecht2015-10-251-0/+6
|/
* Correct date in Changelog.0.1.18Andi Albrecht2015-10-251-6/+2
| | | | Pull request was merged a day later (at least in my timezone).
* Bump version for 0.1.18 release.Tim Graham2015-10-241-0/+5
|
* Switch back to development mode.Andi Albrecht2015-10-241-0/+6
|
* Bump version number.0.1.17Andi Albrecht2015-10-241-2/+5
|
* Update AUTHORS and Changelog.Andi Albrecht2015-10-221-0/+4
|
* Handle END IF correctly when splitting statements (fixes #194).Andi Albrecht2015-07-281-1/+2
|
* Switch back to development.Andi Albrecht2015-07-261-0/+6
|
* Prepare next release.0.1.16Andi Albrecht2015-07-261-2/+2
|
* Ignore comments at beginning of statement when calling Statement.get_type ↵Andi Albrecht2015-07-261-0/+2
| | | | (fixes #186).
* Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).Andi Albrecht2015-07-261-0/+2
|
* Don't add duplicate "\n" when using sqlformat tool (fixes #191).Andi Albrecht2015-07-261-0/+1
|
* Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).Andi Albrecht2015-07-261-0/+1
|
* Improve detection of aliased identifiers (fixes #185).Andi Albrecht2015-04-191-1/+2
|
* Switch back to development mode.Andi Albrecht2015-04-151-0/+6
|
* Update version number.0.1.15Andi Albrecht2015-04-151-2/+2
|
* Never interpret IN keyword as function name (fixes #183).Andi Albrecht2015-04-121-0/+1
|
* Support comments starting with '#' character (fixes #178).Andi Albrecht2015-03-161-0/+1
|
* Update Changelog.Andi Albrecht2015-03-051-1/+2
|
* Allow identifiers to start with an underscore (fixes #175).Andi Albrecht2015-03-011-0/+1
|
* Update Changelog.Andi Albrecht2015-02-271-0/+1
|
* Update changelog.Andi Albrecht2015-02-211-1/+1
|
* Update changelog.Andi Albrecht2015-02-211-0/+1
|
* Update changelog.Andi Albrecht2015-02-211-4/+6
|
* Update Changelog.Andi Albrecht2015-02-081-0/+1
|
* Update Changelog and AUTHORS.Andi Albrecht2015-02-081-0/+1
|
* Update changelog.Andi Albrecht2015-01-171-1/+1
|
* Add TINYINT keyword (fixes #154).Andi Albrecht2015-01-171-1/+1
|
* Add SIGNED keyword (fixes #155).Andi Albrecht2015-01-171-1/+1
|
* Add UNSIGNED keyword (fixes #156).Andi Albrecht2015-01-171-0/+1
|
* Group comments to parent object (fixes #160).Andi Albrecht2015-01-171-0/+1
|
* Improve parsing of inline comments for identifiers (fixes #163).Andi Albrecht2015-01-161-1/+2
|
* Improve formatting of HAVING statements.Andi Albrecht2014-12-211-1/+4
|
* Fix a regression for identifiers with square bracktes notation (fixes #153).Andi Albrecht2014-12-011-0/+7
|
* Update Changelog.Andi Albrecht2014-11-301-2/+2
|
* Improved formatting when newline precedes commas in lists (fixes #140).Andi Albrecht2014-11-301-0/+3
|
* Fix indentation when using tabs (fixes #146).Andi Albrecht2014-11-301-0/+1
|