summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-052-0/+22
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-042-1/+12
* Fix internals of _group_left_right, avoid identifying keywords as aliased ide...Andi Albrecht2013-03-181-0/+10
* Add unit test for sqls containing binary data.Andi Albrecht2013-02-251-0/+13
* Fix a regression where reindent filter failed when comments contained non-asc...Andi Albrecht2013-01-251-0/+8
* Python 3 is now fully supported without any patches.Andi Albrecht2012-12-311-1/+6
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-222-0/+44
* PEP8'ified to code a bit.Andi Albrecht2012-11-127-69/+79
* Handle whitepaces between operators correctly, improve handling of concatenat...Andi Albrecht2012-11-111-1/+25
* Special case grouping logic for VARCHAR, otherwise it gets lost from field de...Mike Amy2012-11-071-0/+4
* Improve handling of quoted indentifiers (fixes issue78).Andi Albrecht2012-11-032-0/+35
* Switch to pytest, it's so much easier.Andi Albrecht2012-11-031-70/+0
* Move SQLParseError to proper location and start deprecation of sqlparse.SQLPa...Andi Albrecht2012-11-031-9/+10
* Added mising sql file for testsJesús Leganés Combarro "Piranna"2012-05-271-0/+6
* Fixed test_includeStatementJesús Leganés Combarro "Piranna2012-05-231-1/+1
* Finished test for IncludeStatementJesús Leganés Combarro "Piranna2012-05-231-2/+5
* Fixed 'compact' testsJesús Leganés Combarro "Piranna2012-05-231-4/+21
* Fixed some testsJesús Leganés Combarro "Piranna2012-05-231-3/+15
* Updated testsJesús Leganés Combarro "Piranna2012-05-231-4/+4
* Merge branch 'master' into antiormJesús Leganés Combarro "Piranna"2012-05-191-0/+6
|\
| * Merge pull request #67 from piranna/masterAndi Albrecht2012-05-151-2/+2
| |\
| * | VALUES was incorrectly treated as a functionquest2012-04-221-0/+6
* | | Fixed comments by AndiJesús Leganés Combarro "Piranna"2012-05-191-7/+7
* | | Added compact filter and testsJesús Leganés Combarro "Piranna"2012-05-171-1/+26
* | | Added tests for functionsJesús Leganés Combarro "Piranna"2012-05-171-0/+103
| |/ |/|
* | Put common code from Python and PHP output filters in OutputFilterJesús Leganés Combarro "Piranna"2012-04-281-2/+2
|/
* splitstream -> parsestreamquest2012-04-211-3/+3
* Always use a stream internally; makes things more readable.quest2012-04-211-1/+0
* We can now work with file-like objects.quest2012-04-212-0/+54
* Preserve whitespace after subgroups.Andi Albrecht2012-04-191-0/+6
* Added tests for StripWhitespaceJesús Leganés Combarro "Piranna"2012-03-241-0/+75
* Changed get_identifiers() to be a generatorJesús Leganés Combarro "Piranna"2012-02-031-1/+1
* Change all internal use of to_unicode() to __unicode__() and marked former on...Jesús Leganés Combarro "Piranna"2012-02-031-12/+12
* Added test for Issue 57Jesús Leganés Combarro "Piranna"2012-01-232-0/+19
* Fixed lexer to accept negative numbers (fixes issue56).Kevin Jing Qiu2012-01-101-0/+6
* Detect alias for CASE statements (targets issue46).Andi Albrecht2011-09-291-0/+5
* Make keyword detection more restrict (fixes issue47).Andi Albrecht2011-09-291-0/+4
* Merged.Andi Albrecht2011-09-271-0/+69
|\
| * Replace assertListEqual by assertEqual for backwards compatibility.Andi Albrecht2011-09-041-7/+7
| * Move pipeline test to tests/ directory.Andi Albrecht2011-09-041-0/+69
* | Choose first token during identifier grouping when both names/symbols and fun...Andi Albrecht2011-09-271-1/+6
|/
* Minor fixes to make the py3k version work again.Andi Albrecht2011-07-291-1/+2
* 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
* Make sure that stand-alone comments are parsed correctly (fixes issue26).Andi Albrecht2011-07-251-0/+18
* Releax keyword detection, when keywords are used as function names (fixes iss...Andi Albrecht2011-07-241-0/+7
* Split statements with IF as functions correctly (fixes issue33).Andi Albrecht2011-07-241-0/+7
* Detect function aliases better.Andi Albrecht2011-07-241-0/+4
* Make sure that identifier lists in subselects with alias are grouped correctly.Andi Albrecht2011-07-231-0/+32
* Avoid parsing of names as keywords (fixes issue39).Andi Albrecht2011-07-201-0/+10