summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve grouping of expressions (targets #23).Andi Albrecht2013-10-241-2/+11
|
* Add test case for JOIN, update Changelog and AUTHORS.Andi Albrecht2013-10-241-5/+6
|
* Fix tagging of identifiers by not taking single quoted strings into account ↵Andi Albrecht2013-09-282-4/+19
| | | | (fixes #111).
* Parenthesis, Functions and Arithmetic Expressionsprudhvi2013-09-131-0/+9
| | | are valid types to group an identifier
* Parse scientific numbers as floats (fixes #107).Andi Albrecht2013-08-261-0/+7
|
* Add option to truncate long string literals.Andi Albrecht2013-07-091-0/+26
|
* Improve parsing of PEP249-style placeholder (fixes #103).Andi Albrecht2013-06-291-0/+11
|
* Allow whitespaces in certain keywords (fixes #97).Andi Albrecht2013-06-171-0/+26
|
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-151-0/+7
|
* Add test file for performance tests.Andi Albrecht2013-05-151-0/+1
|
* Update authors and changelog.Andi Albrecht2013-05-101-1/+1
|
* Added test for Function.get_parameters().wayne.wuw2013-05-091-0/+5
|
* Fixed lack of a new line before function in test_format.py.Yago Riveiro2013-04-261-0/+1
|
* Added test to STRAIGHT_JOIN token.Yago Riveiro2013-04-261-1/+5
|
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-202-0/+34
|
* 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 ↵Andi Albrecht2013-03-181-0/+10
| | | | identifiers.
* Add unit test for sqls containing binary data.Andi Albrecht2013-02-251-0/+13
|
* Fix a regression where reindent filter failed when comments contained ↵Andi Albrecht2013-01-251-0/+8
| | | | non-ascii chars.
* Python 3 is now fully supported without any patches.Andi Albrecht2012-12-311-1/+6
| | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone!
* 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 ↵Andi Albrecht2012-11-111-1/+25
| | | | concatenated strings (issue53).
* Special case grouping logic for VARCHAR, otherwise it gets lost from field ↵Mike Amy2012-11-071-0/+4
| | | | definitions.
* 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 ↵Andi Albrecht2012-11-031-9/+10
| | | | sqlparse.SQLParseError.
* 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
|\ | | | | | | | | Conflicts: sqlparse/filters.py
| * Merge pull request #67 from piranna/masterAndi Albrecht2012-05-151-2/+2
| |\ | | | | | | Some optimizations
| * | 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 ↵Jesús Leganés Combarro "Piranna"2012-02-031-12/+12
| | | | one as deprecated.
* 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
|