| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Merge pull request #116 from victorhahncastell/master | Andi Albrecht | 2013-11-06 | 1 | -4/+4 |
| |\ | | | | | Update keywords.py | ||||
| | * | Update keywords.py | Victor Hahn | 2013-10-29 | 1 | -4/+4 |
| | | | | | | | delare BEGIN, START, COMMIT and ROLLBACK as DML keywords to allow sqlparse to be used to identify transactions | ||||
| * | | Fix incorrect parsing of string literals with line breaks (fixes #118). | Andi Albrecht | 2013-11-06 | 3 | -2/+15 |
| | | | |||||
| * | | Update authors. | Andi Albrecht | 2013-11-03 | 1 | -1/+1 |
| | | | |||||
| * | | Switch back to dev mode. | Andi Albrecht | 2013-11-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update Changelog.0.1.10 | Andi Albrecht | 2013-11-02 | 1 | -2/+2 |
| | | | |||||
| * | | Bump version. | Andi Albrecht | 2013-11-02 | 1 | -1/+1 |
| |/ | |||||
| * | Actually import setup, even without setuptools (fixes #115). | Andi Albrecht | 2013-10-24 | 2 | -0/+2 |
| | | |||||
| * | Improve grouping of expressions (targets #23). | Andi Albrecht | 2013-10-24 | 3 | -3/+20 |
| | | |||||
| * | Cleanup tox.ini, remove Python 2.4 tests. | Andi Albrecht | 2013-10-24 | 1 | -1/+5 |
| | | | | | | tox and virtualenv doesn't support Python 2.4 anymore and for us it's time to drop support too. For now it still works, but we don't test it anymore. | ||||
| * | Add test case for JOIN, update Changelog and AUTHORS. | Andi Albrecht | 2013-10-24 | 3 | -5/+10 |
| | | |||||
| * | Merge pull request #112 from alexander-beedie/master | Andi Albrecht | 2013-10-23 | 2 | -1/+2 |
| |\ | | | | | extended JOIN token recognition/lexing (eg: FULL OUTER JOIN, NATURAL JOIN) | ||||
| | * | tighten up JOIN regex | Alexander Beedie | 2013-10-17 | 1 | -1/+1 |
| | | | | | | | ensure the regex does not match against invalid permutations such as 'LEFT OUTER CROSS JOIN', since CROSS/NATURAL keywords were added | ||||
| | * | extend regex to allow recognition of 'NATURAL JOIN' | Alexander Beedie | 2013-10-17 | 1 | -1/+1 |
| | | | |||||
| | * | add FULL to common keywords (frequently used in OUTER JOIN definitions) | Alexander Beedie | 2013-09-02 | 1 | -0/+1 |
| | | | |||||
| | * | add keyword recognition for "FULL OUTER JOIN" and "CROSS JOIN" | Alexander Beedie | 2013-09-02 | 1 | -1/+1 |
| | | | |||||
| * | | Remove buffered reading again (fixes #114). | Andi Albrecht | 2013-10-23 | 2 | -21/+9 |
| | | | | | | | | | It causes problems with some sources. | ||||
| * | | Switch back to development mode. | Andi Albrecht | 2013-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | Preparing 0.1.90.1.9 | Andi Albrecht | 2013-09-28 | 2 | -3/+3 |
| | | | |||||
| * | | Fix tagging of identifiers by not taking single quoted strings into account ↵ | Andi Albrecht | 2013-09-28 | 4 | -6/+25 |
| | | | | | | | | | (fixes #111). | ||||
| * | | Update authors and changelist. | Andi Albrecht | 2013-09-15 | 2 | -0/+2 |
| | | | |||||
| * | | Merge pull request #110 from pvatala/master | Andi Albrecht | 2013-09-15 | 2 | -4/+18 |
| |\ \ | |/ |/| | Parenthesis, Functions and Arithmetic Expressions in Identifiers | ||||
| | * | Parenthesis, Functions and Arithmetic Expressions | prudhvi | 2013-09-13 | 2 | -4/+18 |
| |/ | | | are valid types to group an identifier | ||||
| * | Update AUTHORS. | Andi Albrecht | 2013-08-30 | 1 | -1/+2 |
| | | |||||
| * | Add skip_ws flag to Token.insert_after (fixes #108). | Andi Albrecht | 2013-08-30 | 1 | -2/+2 |
| | | |||||
| * | Parse scientific numbers as floats (fixes #107). | Andi Albrecht | 2013-08-26 | 3 | -0/+9 |
| | | |||||
| * | Add option to truncate long string literals. | Andi Albrecht | 2013-07-09 | 5 | -0/+79 |
| | | |||||
| * | Switch back to development version. | Andi Albrecht | 2013-06-29 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.1.8.0.1.8 | Andi Albrecht | 2013-06-29 | 2 | -3/+3 |
| | | |||||
| * | Improve parsing of PEP249-style placeholder (fixes #103). | Andi Albrecht | 2013-06-29 | 3 | -0/+13 |
| | | |||||
| * | Code cleanup. | Andi Albrecht | 2013-06-17 | 1 | -0/+5 |
| | | |||||
