summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorgingi99 <bigtree3101@gmail.com>2019-10-23 23:08:06 +0900
committerAndi Albrecht <albrecht.andi@gmail.com>2020-02-02 21:26:26 +0100
commit33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9 (patch)
tree2c0ccc37c821d8cc9988073caeded3a5494cf1e4 /docs/source
parent3ea4c7eadc02b2e4c223af355edee8216d0ccdd5 (diff)
downloadsqlparse-33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9.tar.gz
add comma_first option for docs
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/api.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst
index a98353f..40193d0 100644
--- a/docs/source/api.rst
+++ b/docs/source/api.rst
@@ -65,3 +65,8 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
``output_format``
If given the output is additionally formatted to be used as a variable
in a programming language. Allowed values are "python" and "php".
+
+``comma_first``
+ If ``True`` comma-first notation for column names is used.
+
+