Merging upstream version 25.6.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
78f79d1d22
commit
4a7feb3eaa
69 changed files with 46817 additions and 45778 deletions
|
@ -356,6 +356,11 @@ class Dialect(metaclass=_Dialect):
|
|||
EXPAND_ALIAS_REFS_EARLY_ONLY_IN_GROUP_BY = False
|
||||
"""Whether alias reference expansion before qualification should only happen for the GROUP BY clause."""
|
||||
|
||||
SUPPORTS_ORDER_BY_ALL = False
|
||||
"""
|
||||
Whether ORDER BY ALL is supported (expands to all the selected columns) as in DuckDB, Spark3/Databricks
|
||||
"""
|
||||
|
||||
# --- Autofilled ---
|
||||
|
||||
tokenizer_class = Tokenizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue