py-sqlparse/tests
Andi Albrecht 11a6b7db8b Stabilize formatting of invalid WHERE clauses. 2020-09-30 15:39:54 +02:00
..
files Fix splitting of statements using CASE ... WHEN (fixes #580). 2020-09-30 10:15:26 +02:00
__init__.py Initial import. 2009-04-03 21:26:42 +02:00
conftest.py Remove support for end-of-life Pythons 2020-08-31 17:27:38 -07:00
test_cli.py Remove changing our stdout encoding. 2020-09-13 12:07:22 +02:00
test_format.py Preserve line breaks when removing comments (fixes #484). 2020-09-13 13:29:36 +02:00
test_grouping.py Don't flush token streams iff they only contain whitespace tokens (fixes #496). 2020-09-13 09:25:56 +02:00
test_keywords.py Remove support for end-of-life Pythons 2020-08-31 17:27:38 -07:00
test_parse.py Don't make parsing of square bracket identifiers too greedy (fixes #583). 2020-09-30 08:11:53 +02:00
test_regressions.py Stabilize formatting of invalid WHERE clauses. 2020-09-30 15:39:54 +02:00
test_split.py Fix splitting of statements using CASE ... WHEN (fixes #580). 2020-09-30 10:15:26 +02:00
test_tokenize.py Add postgres WINDOW keyword 2020-09-30 07:21:06 +02:00