Merging upstream version 10.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
de4e42d4d3
commit
0c79f8b507
88 changed files with 1637 additions and 436 deletions
|
@ -1,4 +1,6 @@
|
|||
"""## Python SQL parser, transpiler and optimizer."""
|
||||
"""
|
||||
.. include:: ../README.md
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
@ -30,7 +32,7 @@ from sqlglot.parser import Parser
|
|||
from sqlglot.schema import MappingSchema
|
||||
from sqlglot.tokens import Tokenizer, TokenType
|
||||
|
||||
__version__ = "10.2.9"
|
||||
__version__ = "10.4.2"
|
||||
|
||||
pretty = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue