Skip to content

Commit 33d2ab4

Browse files
okiyuki99andialbrecht
authored andcommitted
add comma_first option for docs
1 parent 3ea4c7e commit 33d2ab4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
6565
``output_format``
6666
If given the output is additionally formatted to be used as a variable
6767
in a programming language. Allowed values are "python" and "php".
68+
69+
``comma_first``
70+
If ``True`` comma-first notation for column names is used.
71+
72+

0 commit comments

Comments
 (0)