From 33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9 Mon Sep 17 00:00:00 2001 From: gingi99 Date: Wed, 23 Oct 2019 23:08:06 +0900 Subject: add comma_first option for docs --- docs/source/api.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/source') 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. + + -- cgit v1.2.1