Merging upstream version 24.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9689eb837b
commit
d5706efe6b
70 changed files with 55134 additions and 50721 deletions
|
@ -65,9 +65,6 @@ except ImportError:
|
|||
pretty = False
|
||||
"""Whether to format generated SQL by default."""
|
||||
|
||||
schema = MappingSchema()
|
||||
"""The default schema used by SQLGlot (e.g. in the optimizer)."""
|
||||
|
||||
|
||||
def tokenize(sql: str, read: DialectType = None, dialect: DialectType = None) -> t.List[Token]:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue