From 8215746961f1bc28a14718cad1093259419b82b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 5 Apr 2023 12:49:13 +0200 Subject: [PATCH] update a field --- test/Table_Tests/src/Common_Table_Operations/Cast_Spec.enso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Table_Tests/src/Common_Table_Operations/Cast_Spec.enso b/test/Table_Tests/src/Common_Table_Operations/Cast_Spec.enso index ed7a8dd7f4735..dcb0ff864dc8f 100644 --- a/test/Table_Tests/src/Common_Table_Operations/Cast_Spec.enso +++ b/test/Table_Tests/src/Common_Table_Operations/Cast_Spec.enso @@ -56,7 +56,7 @@ spec setup = c4.value_type.is_integer . should_be_true c4.to_vector . should_equal [1001, 1000, 1001] - pending_sqlite_types = if prefix.contains "SQLite" then "TODO: perform SQLite type inference locally - #????" + pending_sqlite_types = if prefix.contains "SQLite" then "TODO: perform SQLite type inference locally - #6208" Test.specify "should not lose the type after further operations were performed on the result, even if the first row is NULL" pending=pending_sqlite_types <| t = table_builder [["X", [Nothing, 1, 2, 3000]], ["Y", [Nothing, True, False, True]]] c1 = t.at "X" . cast Value_Type.Char