Merging upstream version 9.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ebb36a5fc5
commit
4483b8ff47
87 changed files with 7994 additions and 421 deletions
|
@ -21,12 +21,15 @@ from sqlglot.expressions import table_ as table
|
|||
from sqlglot.expressions import union
|
||||
from sqlglot.generator import Generator
|
||||
from sqlglot.parser import Parser
|
||||
from sqlglot.schema import MappingSchema
|
||||
from sqlglot.tokens import Tokenizer, TokenType
|
||||
|
||||
__version__ = "7.1.3"
|
||||
__version__ = "9.0.1"
|
||||
|
||||
pretty = False
|
||||
|
||||
schema = MappingSchema()
|
||||
|
||||
|
||||
def parse(sql, read=None, **opts):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue