summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #159 from petronius/masterAndi Albrecht2014-12-161-1/+1
| |\ | | | | | | Update AUTHORS with up-to-date contact info
| | * 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
| | | | Crossing my fingers that it'll not break.
* 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
| | | | STATE is a keyword.
* Clean up keywords a bit.Andi Albrecht2014-11-301-1/+1
|
* Better handling of floats in UPDATE statements (issue145).Andi Albrecht2014-11-303-1/+11
|
* Handle single quoted strings in comparisons correctly (fixes issue148).Andi Albrecht2014-10-293-1/+18
|
* Preparing 0.1.13.0.1.13Andi Albrecht2014-10-092-3/+3
|
* Update Changelog.Andi Albrecht2014-10-081-0/+7
|
* Fix a regression introduced in 0.1.12.Andi Albrecht2014-10-082-2/+2
|
* Preparing 0.1.12.0.1.12Andi Albrecht2014-09-202-3/+3
|
* Update Changelog and AUTHORS.Andi Albrecht2014-08-082-0/+4
|
* Merge pull request #143 from fusionbox/masterAndi Albrecht2014-08-082-1/+6
|\ | | | | Handle modulo operator without spaces
| * Handle modulo operator without spacesGavin Wahl2014-08-072-1/+6
|/ | | | | | | `x %3` should be interpreted as a modulo operation, not a parameter marker. Co-authored-by: Rocky Meza <rmeza@fusionbox.com>
* Merge pull request #142 from petronius/masterAndi Albrecht2014-08-011-40/+38
|\ | | | | Improved sqlparse.utils.split_unquoted_newlines()
| * Improved sqlparse.utils.split_unquoted_newlines()Michael Schuller2014-07-311-40/+38
|/ | | | | I've modified this function to use a regular expression for most of the work. This makes it much, much faster, especially for large queries.
* Improve parsing of identifier lists containing placeholders.Andi Albrecht2014-03-182-1/+4
|
* Update changelog.Andi Albrecht2014-03-102-0/+2
|
* Merge pull request #132 from petronius/masterAndi Albrecht2014-03-104-5/+71
|\ | | | | Fix SerializerUnicode to split unquoted newlines
| * Fix SerializerUnicode to split unquoted newlinesMichael Schuller2014-03-104-5/+71
|/ | | | | | | This provides a fix to issue #131. The `split_unquoted_newlines()` function added to the utils module handles the splitting of the string by performing a simple iteration of the string passed in and splitting on unquoted CR, LF, or CR+LFs as they are found.
* Fix travis configuration.Andi Albrecht2014-03-031-0/+2
| | | | PyPy needs to be installed manually.
* Improve handling of NULL in aliased identifiers.Andi Albrecht2014-03-033-0/+21
|
* Preparing 0.1.110.1.11Andi Albrecht2014-02-072-3/+3
|
* Update changelog.Andi Albrecht2014-02-061-2/+1
|
* Merge pull request #127 from spigwitmer/hoarked_nested_functionsAndi Albrecht2014-02-062-3/+8
|\ | | | | Fix Function.get_parameters() returning empty list for SQL functions tha...
| * Fix Function.get_parameters() returning empty list for SQL functions that ↵spigwitmer2014-02-052-3/+8
|/ | | | have a single nested function as a param
* Update changelog.Andi Albrecht2014-02-052-3/+7
|
* Merge pull request #126 from spigwitmer/busted_oneliteralAndi Albrecht2014-02-052-0/+7
|\ | | | | Fix Function.get_parameters() with 1 literal as its parameter
| * Fix Function.get_parameters() with 1 literal as its parameterspigwitmer2014-02-042-0/+7
|/
* Remove automatic tests for Python 2.5, neither Travis nor Tox support it ↵Andi Albrecht2014-01-283-7/+6
| | | | anymore.
* Fix parsing and formatting of statements containing EXCEPT keyword.Andi Albrecht2014-01-284-2/+18
|
* Update changelog.Andi Albrecht2014-01-241-1/+1
|
* Merge pull request #125 from crorella/issue_124Andi Albrecht2014-01-161-0/+1
|\ | | | | Issue 124 - Added COLLECT keyword
| * Issue 124 - Added COLLECT keywordCristian Orellana2014-01-161-0/+1
| |
* | Improve parsing of string literals in columns.Andi Albrecht2014-01-103-0/+8
| |
* | Update authors and changelog.Andi Albrecht2014-01-102-0/+2
| |
* | Merge pull request #123 from crorella/issue_122Andi Albrecht2014-01-091-1/+2
|\ \ | |/ | | Fix: fixed COALESCE keyword, it had a typo. Add: Added MERGE keyword
| * Fix: fixed COALESCE keyword, it had a type. Add: Added MERGE keywordCristian Orellana2014-01-091-1/+2
|/
* Support for BEGIN/END blocks, add FOREACH keyword.Andi Albrecht2013-11-195-2/+62
|
* Update URL in README.Andi Albrecht2013-11-131-1/+1
|
* Update changelog and authors.Andi Albrecht2013-11-062-0/+4
|