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 a0694f1 commit 2f4f200Copy full SHA for 2f4f200
tests/unit/sqlite3_to_mysql_test.py
@@ -72,7 +72,7 @@ def test_translate_type_from_sqlite_to_mysql_all_valid_columns(
72
mysql_text_type=mysql_text_type,
73
)
74
75
- for column in sqlite_column_types + ("INT64", "BOOL",):
+ for column in sqlite_column_types + ("INT64", "BOOL"):
76
if column in {"Insert", "insert", "dialect"}:
77
continue
78
elif column == "VARCHAR":
0 commit comments