We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768716c commit 1835883Copy full SHA for 1835883
tests/core/engine_adapter/test_fabric.py
@@ -89,6 +89,7 @@ def test_replace_query(adapter: FabricEngineAdapter, mocker: MockerFixture):
89
"INSERT INTO [test_table] ([a]) SELECT [a] FROM [tbl];",
90
]
91
92
+
93
def test_alter_table_column_type_workaround(adapter: FabricEngineAdapter, mocker: MockerFixture):
94
"""
95
Tests the alter_table method's workaround for changing a column's data type.
0 commit comments