You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TT =juliatype(t) # native SQLite Int, Float, and Text types
88
90
returnsqlitevalue(
@@ -133,11 +135,14 @@ Calling `SQLite.reset!(result)` will re-execute the query and reset the iterator
133
135
134
136
The resultset iterator supports the [Tables.jl](https://github.com/JuliaData/Tables.jl) interface, so results can be collected in any Tables.jl-compatible sink,
135
137
like `DataFrame(results)`, `CSV.write("results.csv", results)`, etc.
138
+
139
+
Passing `strict=true` to `DBInterface.execute` will cause the resultset iterator to return values of the exact type specified by SQLite.
0 commit comments