summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct date in Changelog.0.1.18Andi Albrecht2015-10-251-6/+2
* Merge pull request #203 from timgraham/remove-universal-wheelAndi Albrecht2015-10-253-3/+6
|\
| * Bump version for 0.1.18 release.Tim Graham2015-10-242-1/+6
| * Revert "Support universal wheels"Tim Graham2015-10-241-2/+0
|/
* Update AUTHORS.Andi Albrecht2015-10-241-0/+1
* Merge branch 'master' of github.com:andialbrecht/sqlparseAndi Albrecht2015-10-241-1/+1
|\
| * Merge pull request #202 from timgraham/generator-stopiterationAndi Albrecht2015-10-241-1/+1
| |\
| | * Fix PendingDeprecationWarning on Python 3.5.Tim Graham2015-10-231-1/+1
* | | Switch back to development mode.Andi Albrecht2015-10-242-1/+7
|/ /
* | Bump version number.0.1.17Andi Albrecht2015-10-242-3/+6
* | Add Makefile target for uploading a new release.Andi Albrecht2015-10-241-0/+4
* | Remove Python 3.2 from Travis setup, it has some issues.Andi Albrecht2015-10-221-1/+0
|/
* Update AUTHORS and Changelog.Andi Albrecht2015-10-222-0/+5
* Merge pull request #201 from rygwdn/faster-in-clauseAndi Albrecht2015-10-222-12/+25
|\
| * Speed up token_index by providing a starting index.Ryan Wooden2015-10-212-9/+19
| * Limit number of tokens checked in group_identifier.Ryan Wooden2015-10-212-4/+7
|/
* Merge pull request #200 from graingert/patch-1Andi Albrecht2015-10-021-0/+2
|\
| * Support universal wheelsThomas Grainger2015-10-021-0/+2
|/
* Handle END IF correctly when splitting statements (fixes #194).Andi Albrecht2015-07-283-1/+18
* Switch back to development.Andi Albrecht2015-07-262-1/+7
* Prepare next release.0.1.16Andi Albrecht2015-07-262-3/+3
* Ignore comments at beginning of statement when calling Statement.get_type (fi...Andi Albrecht2015-07-263-2/+18
* Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).Andi Albrecht2015-07-263-3/+15
* Don't add duplicate "\n" when using sqlformat tool (fixes #191).Andi Albrecht2015-07-262-1/+2
* Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).Andi Albrecht2015-07-263-2/+14
* Improve detection of aliased identifiers (fixes #185).Andi Albrecht2015-04-193-2/+9
* Switch back to development mode.Andi Albrecht2015-04-152-1/+7
* Update version number.0.1.15Andi Albrecht2015-04-152-3/+3
* Never interpret IN keyword as function name (fixes #183).Andi Albrecht2015-04-123-1/+11
* Update offset when adding line break (fixes 184).Andi Albrecht2015-04-121-0/+1
* Add coverage.xml to .gitignore.Andi Albrecht2015-03-291-1/+2
* Fix other regex to identify comments starting with '#' character.Andi Albrecht2015-03-161-1/+1
* Support comments starting with '#' character (fixes #178).Andi Albrecht2015-03-163-1/+12
* Update Changelog.Andi Albrecht2015-03-051-1/+2
* Merge pull request #177 from darikg/bracketsAndi Albrecht2015-03-055-52/+125
|\
| * Add a bunch of square bracket testsDarik Gamble2015-03-041-26/+46
| * Group square-brackets into identifiersDarik Gamble2015-03-042-8/+10
| * Parse square brackets as a group just like parensDarik Gamble2015-03-042-4/+52
| * Move _find_matching to a module-level functionDarik Gamble2015-03-041-11/+13
| * get rid of tokens.Punctuation.ArrayIndex, add negative lookbehind for sqlite ...Darik Gamble2015-03-042-3/+4
|/
* Allow identifiers to start with an underscore (fixes #175).Andi Albrecht2015-03-013-2/+11
* Update Changelog.Andi Albrecht2015-02-272-0/+2
* Merge pull request #174 from caseyching/masterAndi Albrecht2015-02-272-2/+5
|\
| * Recognize escaped backslashes within stringscasey2015-02-262-2/+5
|/
* Update changelog.Andi Albrecht2015-02-211-1/+1
* Update changelog.Andi Albrecht2015-02-211-0/+1
* Merge branch 'master' of github.com:andialbrecht/sqlparseAndi Albrecht2015-02-213-42/+92
|\
| * Merge pull request #171 from darikg/alias_bugfixAndi Albrecht2015-02-213-42/+92
| |\
| | * Add a bunch of extra tests for assigning aliases without the AS keywordDarik Gamble2015-02-091-0/+40
| | * Fix testDarik Gamble2015-02-091-1/+1