summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot/executor/python.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sqlglot/executor/python.html')
-rw-r--r--docs/sqlglot/executor/python.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sqlglot/executor/python.html b/docs/sqlglot/executor/python.html
index c73d51c..c096edf 100644
--- a/docs/sqlglot/executor/python.html
+++ b/docs/sqlglot/executor/python.html
@@ -1653,6 +1653,8 @@ represents a python time format and the output the target time format</li>
Default: "upper"</li>
<li><strong>alias_post_tablesample (bool):</strong> if the table alias comes after tablesample
Default: False</li>
+<li><strong>identifiers_can_start_with_digit (bool):</strong> if an unquoted identifier can start with digit
+Default: False</li>
<li><strong>unsupported_level (ErrorLevel):</strong> determines the generator's behavior when it encounters
unsupported expressions. Default ErrorLevel.WARN.</li>
<li><strong>null_ordering (str):</strong> Indicates the default null ordering method to use if not explicitly set.
@@ -1816,7 +1818,6 @@ Default: True</li>
<dd id="Python.Generator.check_sql" class="function"><a href="../generator.html#Generator.check_sql">check_sql</a></dd>
<dd id="Python.Generator.foreignkey_sql" class="function"><a href="../generator.html#Generator.foreignkey_sql">foreignkey_sql</a></dd>
<dd id="Python.Generator.primarykey_sql" class="function"><a href="../generator.html#Generator.primarykey_sql">primarykey_sql</a></dd>
- <dd id="Python.Generator.unique_sql" class="function"><a href="../generator.html#Generator.unique_sql">unique_sql</a></dd>
<dd id="Python.Generator.if_sql" class="function"><a href="../generator.html#Generator.if_sql">if_sql</a></dd>
<dd id="Python.Generator.matchagainst_sql" class="function"><a href="../generator.html#Generator.matchagainst_sql">matchagainst_sql</a></dd>
<dd id="Python.Generator.jsonkeyvalue_sql" class="function"><a href="../generator.html#Generator.jsonkeyvalue_sql">jsonkeyvalue_sql</a></dd>
@@ -1909,6 +1910,9 @@ Default: True</li>
<dd id="Python.Generator.when_sql" class="function"><a href="../generator.html#Generator.when_sql">when_sql</a></dd>
<dd id="Python.Generator.merge_sql" class="function"><a href="../generator.html#Generator.merge_sql">merge_sql</a></dd>
<dd id="Python.Generator.tochar_sql" class="function"><a href="../generator.html#Generator.tochar_sql">tochar_sql</a></dd>
+ <dd id="Python.Generator.dictproperty_sql" class="function"><a href="../generator.html#Generator.dictproperty_sql">dictproperty_sql</a></dd>
+ <dd id="Python.Generator.dictrange_sql" class="function"><a href="../generator.html#Generator.dictrange_sql">dictrange_sql</a></dd>
+ <dd id="Python.Generator.dictsubproperty_sql" class="function"><a href="../generator.html#Generator.dictsubproperty_sql">dictsubproperty_sql</a></dd>
</div>
</dl>