Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #159 from petronius/master | Andi Albrecht | 2014-12-16 | 1 | -1/+1 | |
| |\ | | | | | | | Update AUTHORS with up-to-date contact info | |||||
| | * | Update AUTHORS with up-to-date contact info | Michael Schuller | 2014-12-16 | 1 | -1/+1 | |
| |/ | ||||||
* | | Improve formatting of HAVING statements. | Andi Albrecht | 2014-12-21 | 4 | -3/+32 | |
|/ | ||||||
* | Fix a regression for identifiers with square bracktes notation (fixes #153). | Andi Albrecht | 2014-12-01 | 3 | -1/+15 | |
| | ||||||
* | Update version.0.1.14 | Andi Albrecht | 2014-11-30 | 1 | -1/+1 | |
| | ||||||
* | Update Changelog. | Andi Albrecht | 2014-11-30 | 1 | -2/+2 | |
| | ||||||
* | Add Python3.4 to tox.ini. | Andi Albrecht | 2014-11-30 | 1 | -1/+10 | |
| | ||||||
* | Revert travis.yml, add Python 3.4 | Andi Albrecht | 2014-11-30 | 1 | -9/+13 | |
| | ||||||
* | Update travis.yml. | Andi Albrecht | 2014-11-30 | 1 | -12/+9 | |
| | | | | Crossing my fingers that it'll not break. | |||||
* | Improved formatting when newline precedes commas in lists (fixes #140). | Andi Albrecht | 2014-11-30 | 2 | -0/+17 | |
| | ||||||
* | Fix indentation when using tabs (fixes #146). | Andi Albrecht | 2014-11-30 | 2 | -1/+7 | |
| | ||||||
* | Make formatter a bit more robust (fixes issue121). | Andi Albrecht | 2014-11-30 | 1 | -1/+4 | |
| | ||||||
* | Revert last change. | Andi Albrecht | 2014-11-30 | 1 | -1/+1 | |
| | | | | STATE is a keyword. | |||||
* | Clean up keywords a bit. | Andi Albrecht | 2014-11-30 | 1 | -1/+1 | |
| | ||||||
* | Better handling of floats in UPDATE statements (issue145). | Andi Albrecht | 2014-11-30 | 3 | -1/+11 | |
| | ||||||
* | Handle single quoted strings in comparisons correctly (fixes issue148). | Andi Albrecht | 2014-10-29 | 3 | -1/+18 | |
| | ||||||
* | Preparing 0.1.13.0.1.13 | Andi Albrecht | 2014-10-09 | 2 | -3/+3 | |
| | ||||||
* | Update Changelog. | Andi Albrecht | 2014-10-08 | 1 | -0/+7 | |
| | ||||||
* | Fix a regression introduced in 0.1.12. | Andi Albrecht | 2014-10-08 | 2 | -2/+2 | |
| | ||||||
* | Preparing 0.1.12.0.1.12 | Andi Albrecht | 2014-09-20 | 2 | -3/+3 | |
| | ||||||
* | Update Changelog and AUTHORS. | Andi Albrecht | 2014-08-08 | 2 | -0/+4 | |
| | ||||||
* | Merge pull request #143 from fusionbox/master | Andi Albrecht | 2014-08-08 | 2 | -1/+6 | |
|\ | | | | | Handle modulo operator without spaces | |||||
| * | Handle modulo operator without spaces | Gavin Wahl | 2014-08-07 | 2 | -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/master | Andi Albrecht | 2014-08-01 | 1 | -40/+38 | |
|\ | | | | | Improved sqlparse.utils.split_unquoted_newlines() | |||||
| * | Improved sqlparse.utils.split_unquoted_newlines() | Michael Schuller | 2014-07-31 | 1 | -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 Albrecht | 2014-03-18 | 2 | -1/+4 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2014-03-10 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #132 from petronius/master | Andi Albrecht | 2014-03-10 | 4 | -5/+71 | |
|\ | | | | | Fix SerializerUnicode to split unquoted newlines | |||||
| * | Fix SerializerUnicode to split unquoted newlines | Michael Schuller | 2014-03-10 | 4 | -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 Albrecht | 2014-03-03 | 1 | -0/+2 | |
| | | | | PyPy needs to be installed manually. | |||||
* | Improve handling of NULL in aliased identifiers. | Andi Albrecht | 2014-03-03 | 3 | -0/+21 | |
| | ||||||
* | Preparing 0.1.110.1.11 | Andi Albrecht | 2014-02-07 | 2 | -3/+3 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2014-02-06 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #127 from spigwitmer/hoarked_nested_functions | Andi Albrecht | 2014-02-06 | 2 | -3/+8 | |
|\ | | | | | Fix Function.get_parameters() returning empty list for SQL functions tha... | |||||
| * | Fix Function.get_parameters() returning empty list for SQL functions that ↵ | spigwitmer | 2014-02-05 | 2 | -3/+8 | |
|/ | | | | have a single nested function as a param | |||||
* | Update changelog. | Andi Albrecht | 2014-02-05 | 2 | -3/+7 | |
| | ||||||
* | Merge pull request #126 from spigwitmer/busted_oneliteral | Andi Albrecht | 2014-02-05 | 2 | -0/+7 | |
|\ | | | | | Fix Function.get_parameters() with 1 literal as its parameter | |||||
| * | Fix Function.get_parameters() with 1 literal as its parameter | spigwitmer | 2014-02-04 | 2 | -0/+7 | |
|/ | ||||||
* | Remove automatic tests for Python 2.5, neither Travis nor Tox support it ↵ | Andi Albrecht | 2014-01-28 | 3 | -7/+6 | |
| | | | | anymore. | |||||
* | Fix parsing and formatting of statements containing EXCEPT keyword. | Andi Albrecht | 2014-01-28 | 4 | -2/+18 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2014-01-24 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #125 from crorella/issue_124 | Andi Albrecht | 2014-01-16 | 1 | -0/+1 | |
|\ | | | | | Issue 124 - Added COLLECT keyword | |||||
| * | Issue 124 - Added COLLECT keyword | Cristian Orellana | 2014-01-16 | 1 | -0/+1 | |
| | | ||||||
* | | Improve parsing of string literals in columns. | Andi Albrecht | 2014-01-10 | 3 | -0/+8 | |
| | | ||||||
* | | Update authors and changelog. | Andi Albrecht | 2014-01-10 | 2 | -0/+2 | |
| | | ||||||
* | | Merge pull request #123 from crorella/issue_122 | Andi Albrecht | 2014-01-09 | 1 | -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 keyword | Cristian Orellana | 2014-01-09 | 1 | -1/+2 | |
|/ | ||||||
* | Support for BEGIN/END blocks, add FOREACH keyword. | Andi Albrecht | 2013-11-19 | 5 | -2/+62 | |
| | ||||||
* | Update URL in README. | Andi Albrecht | 2013-11-13 | 1 | -1/+1 | |
| | ||||||
* | Update changelog and authors. | Andi Albrecht | 2013-11-06 | 2 | -0/+4 | |
| |