summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 that hav...spigwitmer2014-02-052-3/+8
|/
* 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 parameterspigwitmer2014-02-042-0/+7
|/
* Remove automatic tests for Python 2.5, neither Travis nor Tox support it anym...Andi Albrecht2014-01-283-7/+6
* 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 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 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
* Merge pull request #116 from victorhahncastell/masterAndi Albrecht2013-11-061-4/+4
|\
| * Update keywords.pyVictor Hahn2013-10-291-4/+4
* | Fix incorrect parsing of string literals with line breaks (fixes #118).Andi Albrecht2013-11-063-2/+15
* | Update authors.Andi Albrecht2013-11-031-1/+1
* | Switch back to dev mode.Andi Albrecht2013-11-021-1/+1
* | Update Changelog.0.1.10Andi Albrecht2013-11-021-2/+2
* | Bump version.Andi Albrecht2013-11-021-1/+1
|/
* Actually import setup, even without setuptools (fixes #115).Andi Albrecht2013-10-242-0/+2
* Improve grouping of expressions (targets #23).Andi Albrecht2013-10-243-3/+20
* Cleanup tox.ini, remove Python 2.4 tests.Andi Albrecht2013-10-241-1/+5
* Add test case for JOIN, update Changelog and AUTHORS.Andi Albrecht2013-10-243-5/+10
* Merge pull request #112 from alexander-beedie/masterAndi Albrecht2013-10-232-1/+2
|\
| * tighten up JOIN regexAlexander Beedie2013-10-171-1/+1
| * extend regex to allow recognition of 'NATURAL JOIN'Alexander Beedie2013-10-171-1/+1
| * add FULL to common keywords (frequently used in OUTER JOIN definitions)Alexander Beedie2013-09-021-0/+1
| * add keyword recognition for "FULL OUTER JOIN" and "CROSS JOIN"Alexander Beedie2013-09-021-1/+1
* | Remove buffered reading again (fixes #114).Andi Albrecht2013-10-232-21/+9
* | Switch back to development mode.Andi Albrecht2013-09-281-1/+1
* | Preparing 0.1.90.1.9Andi Albrecht2013-09-282-3/+3
* | Fix tagging of identifiers by not taking single quoted strings into account (...Andi Albrecht2013-09-284-6/+25
* | Update authors and changelist.Andi Albrecht2013-09-152-0/+2
* | Merge pull request #110 from pvatala/masterAndi Albrecht2013-09-152-4/+18
|\ \ | |/ |/|
| * Parenthesis, Functions and Arithmetic Expressionsprudhvi2013-09-132-4/+18
|/
* Update AUTHORS.Andi Albrecht2013-08-301-1/+2
* Add skip_ws flag to Token.insert_after (fixes #108).Andi Albrecht2013-08-301-2/+2
* Parse scientific numbers as floats (fixes #107).Andi Albrecht2013-08-263-0/+9
* Add option to truncate long string literals.Andi Albrecht2013-07-095-0/+79
* Switch back to development version.Andi Albrecht2013-06-291-1/+1
* Bump version to 0.1.8.0.1.8Andi Albrecht2013-06-292-3/+3
* Improve parsing of PEP249-style placeholder (fixes #103).Andi Albrecht2013-06-293-0/+13
* Code cleanup.Andi Albrecht2013-06-171-0/+5