summaryrefslogtreecommitdiff
path: root/tests/test_parse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-221-0/+21
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-1/+1
* Improve handling of quoted indentifiers (fixes issue78).Andi Albrecht2012-11-031-0/+7
* Make keyword detection more restrict (fixes issue47).Andi Albrecht2011-09-291-0/+4
* Add parsing of MS Access column names with braces (fixes issue27).Andi Albrecht2011-07-291-0/+7
* Detection of placeholders in paramterized queries (fixes issue22).Andi Albrecht2011-07-251-0/+20
* Improve float parsing (thanks, Kris).Andi Albrecht2011-01-261-0/+14
* Query token ancestry.Andi Albrecht2009-07-121-0/+24
* Turn relative import in tests module to absolute imports.Andi Albrecht2009-04-301-1/+1
* Initial import.Andi Albrecht2009-04-031-0/+39