We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Statement
1 parent f2d35c3 commit f89ebd7Copy full SHA for f89ebd7
cratedb_sqlparse_py/cratedb_sqlparse/__init__.py
@@ -1,5 +1,5 @@
1
-from .parser import ParsingException, sqlparse
+from .parser import ParsingException, Statement, sqlparse
2
3
-__all__ = ["sqlparse", "ParsingException"]
+__all__ = ["sqlparse", "ParsingException", "Statement"]
4
5
__cratedb_version__ = "5.7.5"
0 commit comments