summaryrefslogtreecommitdiff
path: root/sqlparse/cli.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notice.Andi Albrecht2020-10-071-1/+1
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-23/+17
* Update copyright header (fixes #372).Andi Albrecht2018-07-311-1/+2
* new option --indent_columns to indent all columns by --indent_widthPatrick Schemitz2018-03-031-0/+7
* Merge pull request #345 from johshoff/masterAndi Albrecht2017-11-241-0/+7
|\
| * Option to indent after first lineJohannes Hoff2017-06-201-0/+7
* | Fix unclosed file warnings discovered during testsJon Dufresne2017-10-281-2/+5
* | Close files during tests.Andi Albrecht2017-09-241-1/+6
|/
* CLI: Add --encoding optionTao Wang2017-01-121-6/+15
* Add formatter option for comma first notation (fixes #141).Andi Albrecht2016-09-141-0/+7
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
* Convert string literals to unicode for Py27Oleg Broytman2016-08-311-4/+5
* Format cli.py and add cli-testsVictor Uriarte2016-06-201-7/+5
* Misc. small code clean-up/commentsVictor Uriarte2016-06-181-0/+1
* Separate __main__ and main() to allow for testingVictor Uriarte2016-06-151-0/+163