summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix testCorey Zumar2020-01-161-14/+14
* Like/ilike comparison testCorey Zumar2020-01-161-0/+35
* Add symbols back to comparison testCorey Zumar2020-01-162-1/+2
* More test casesCorey Zumar2020-01-163-2/+23
* Add first test caseCorey Zumar2020-01-162-3/+4
* Map like and ilike clauses to comparisonsCorey Zumar2020-01-161-1/+1
* CI: Try to simplify Travis configuration.Andreas Albrecht2020-01-081-3/+1
* Add Python 3.8 to list of classifiers.Andreas Albrecht2020-01-081-0/+1
* CI: Add Python 3.8 to test matrix.Andreas Albrecht2020-01-081-0/+1
* Refactored extract column defs example (fixes #439, #411, #526).Andreas Albrecht2020-01-061-13/+20
* Update changelog.Andreas Albrecht2020-01-061-0/+1
* Stabilize grouping engine when parsing invalid SQL statements.Andreas Albrecht2020-01-061-2/+2
* Update changelog.Andreas Albrecht2019-10-211-0/+1
* CI: Skip codecov after code checks.Andreas Albrecht2019-10-201-0/+1
* CI: Try to run codechecks.Andreas Albrecht2019-10-201-0/+6
* Code cleanup.Andreas Albrecht2019-10-205-19/+26
* Update changelog and authors.Andreas Albrecht2019-10-202-0/+2
* support typed literals (if that's what they're called)Dvořák Václav2019-10-204-6/+71
* [sql] Fix TokenList.__init__ when no tokens are providedJohn Bodley2019-10-091-1/+1
* Update changelog.Andreas Albrecht2019-10-091-0/+1
* [fix] Addressing issue #507John Bodley2019-10-092-3/+11
* Restrict detection of alias names (fixes #455).Andreas Albrecht2019-10-094-20/+35
* Update extract_table_names.pyJames Winegar2019-07-181-1/+1
* Update Changelog.Andi Albrecht2019-06-261-0/+3
* Revert "Add in slash comment functionality"Toby Mao2019-06-263-23/+2
* Optimize parsing of literal blocks between dollar signs (fixes #491).Andi Albrecht2019-06-262-1/+3
* Update README.Andi Albrecht2019-06-251-0/+4
* Fix typo)_(2019-06-131-1/+1
* Remove markup that github doesn't understand.Andi Albrecht2019-05-261-1/+1
* Correct some minor errors on Introduction page.Andi Albrecht2019-05-251-8/+3
* Replace print statment by print function in documentation.Andi Albrecht2019-05-251-1/+1
* Re-use parts of the README in documentation.Andi Albrecht2019-05-253-50/+44
* Minor documentation fixes.Andi Albrecht2019-05-254-22/+19
* Add support for time zone casts (fixes #489).Andi Albrecht2019-05-165-1/+31
* Identitfy NULLS FIRST/LAST as keywords (fixes #487).Andi Albrecht2019-05-013-0/+9
* Update changelog and authors and add regression test for #485.Andi Albrecht2019-04-173-0/+16
* Fixes #485William Ivanski2019-04-171-1/+1
* Fixes #485William Ivanski2019-04-171-1/+0
* Fixes #485William Ivanski2019-04-171-6/+9
* Add regression test for #484.Andi Albrecht2019-03-301-0/+17
* Update documentation to decrease chance of misunderstandingsTaras2019-03-141-1/+1
* Update changelog.Andi Albrecht2019-03-122-1/+4
* Added HQL Keywordsmathilde.oustlant2019-03-121-2/+97
* Switch to twine, it's the modern world.Andi Albrecht2019-03-111-2/+2
* Switch back to development.Andi Albrecht2019-03-112-1/+7
* Bump version.0.3.0Andi Albrecht2019-03-112-3/+3
* Avoid formatting of psql commands (fixes #469).Andi Albrecht2019-03-116-1/+21
* Update changelog.Andi Albrecht2019-03-101-0/+6
* Remove unnecessary compat shim for bytesJon Dufresne2019-03-102-4/+2
* [tokenizer] Addressing @andialbrecht commentsJohn Bodley2019-03-101-6/+6