Skip to content

Commit 43888d4

Browse files
committed
💡 add sqlglot version information to debug_info
1 parent 3707eb5 commit 43888d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sqlite3_to_mysql/debug_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import mysql.connector
1515
import pytimeparse2
1616
import simplejson
17+
import sqlglot
1718
import tabulate
1819
import tqdm
1920

@@ -86,6 +87,7 @@ def info() -> t.List[t.List[str]]:
8687
["mysql-connector-python", mysql.connector.__version__],
8788
["pytimeparse2", pytimeparse2.__version__],
8889
["simplejson", simplejson.__version__], # type: ignore
90+
["sqlglot", sqlglot.__version__],
8991
["tabulate", tabulate.__version__],
9092
["tqdm", tqdm.__version__],
9193
]

0 commit comments

Comments
 (0)