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.
1 parent 3707eb5 commit 43888d4Copy full SHA for 43888d4
src/sqlite3_to_mysql/debug_info.py
@@ -14,6 +14,7 @@
14
import mysql.connector
15
import pytimeparse2
16
import simplejson
17
+import sqlglot
18
import tabulate
19
import tqdm
20
@@ -86,6 +87,7 @@ def info() -> t.List[t.List[str]]:
86
87
["mysql-connector-python", mysql.connector.__version__],
88
["pytimeparse2", pytimeparse2.__version__],
89
["simplejson", simplejson.__version__], # type: ignore
90
+ ["sqlglot", sqlglot.__version__],
91
["tabulate", tabulate.__version__],
92
["tqdm", tqdm.__version__],
93
]
0 commit comments