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 dd825a4 commit 9a64721Copy full SHA for 9a64721
test/runtests.jl
@@ -24,7 +24,7 @@ results1 = SQLite.tables(db)
24
results = SQLite.query(db,"SELECT * FROM Employee;")
25
@test length(results.data) == 15
26
@test size(results) == (8,15)
27
-@test typeof(results[1,1]) == Nullable{Int64}
+@test typeof(results[1,1]) == Nullable{Int}
28
@test typeof(results[1,2]) == Nullable{UTF8String}
29
@test isnull(results[1,5])
30
0 commit comments