Skip to content

Commit

Permalink
update a field
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Apr 5, 2023
1 parent 39b26ab commit 8215746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8215746

Please sign in to comment.