summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix testDarik Gamble2015-02-091-4/+5
| | * Move get_parent_name() from Identifer to TokenList (so Function can use it)Darik Gamble2015-02-091-21/+11
| | * get_name() uses _get_first_name()Darik Gamble2015-02-091-0/+4
| | * get_alias() uses _get_first_name(), and searches in reverse for "column expre...Darik Gamble2015-02-091-13/+9
| | * TokenList convenience method _get_first_nameDarik Gamble2015-02-091-0/+18
| | * Group adjacent names to allow aliasing without the AS keywordDarik Gamble2015-02-091-3/+4
* | | Update changelog.Andi Albrecht2015-02-212-4/+7
|/ /
* | Merge pull request #172 from JacekPliszka/masterAndi Albrecht2015-02-213-2/+15
|\ \ | |/ |/|
| * Fix of problem with multiline treated as stackable while /* /* */ is one comm...JacekPliszka2015-02-122-1/+10
| * Fix pathological case of empty statementJacekPliszka2015-02-121-1/+5
|/
* Update Changelog.Andi Albrecht2015-02-081-0/+1
* (postgresql) Add support for square bracket array indexing, by darikg.Andi Albrecht2015-02-085-1/+61
* Update Changelog and AUTHORS.Andi Albrecht2015-02-082-0/+2
* Merge pull request #169 from darikg/double_precisionAndi Albrecht2015-02-082-0/+10
|\
| * Add double precision as a built-in datatypeDarik Gamble2015-02-062-0/+10
|/
* Update changelog.Andi Albrecht2015-01-171-1/+1
* Sort Name.Builtin.Andi Albrecht2015-01-171-5/+5
* Add TINYINT keyword (fixes #154).Andi Albrecht2015-01-172-1/+2
* Add SIGNED keyword (fixes #155).Andi Albrecht2015-01-172-1/+2
* Add UNSIGNED keyword (fixes #156).Andi Albrecht2015-01-172-0/+2
* Group comments to parent object (fixes #160).Andi Albrecht2015-01-173-10/+26
* Improve parsing of inline comments for identifiers (fixes #163).Andi Albrecht2015-01-164-1/+13
* Merge branch 'master' of github.com:andialbrecht/sqlparseAndi Albrecht2014-12-211-1/+1
|\
| * Merge pull request #159 from petronius/masterAndi Albrecht2014-12-161-1/+1
| |\
| | * Update AUTHORS with up-to-date contact infoMichael Schuller2014-12-161-1/+1
| |/
* | Improve formatting of HAVING statements.Andi Albrecht2014-12-214-3/+32
|/
* Fix a regression for identifiers with square bracktes notation (fixes #153).Andi Albrecht2014-12-013-1/+15
* Update version.0.1.14Andi Albrecht2014-11-301-1/+1
* Update Changelog.Andi Albrecht2014-11-301-2/+2
* Add Python3.4 to tox.ini.Andi Albrecht2014-11-301-1/+10
* Revert travis.yml, add Python 3.4Andi Albrecht2014-11-301-9/+13
* Update travis.yml.Andi Albrecht2014-11-301-12/+9
* Improved formatting when newline precedes commas in lists (fixes #140).Andi Albrecht2014-11-302-0/+17
* Fix indentation when using tabs (fixes #146).Andi Albrecht2014-11-302-1/+7
* Make formatter a bit more robust (fixes issue121).Andi Albrecht2014-11-301-1/+4
* Revert last change.Andi Albrecht2014-11-301-1/+1