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
We can keep the current interface (type unstable) by turning the keyword into a Val but having a type stable version would be great. I will be happy to open a PR.
The text was updated successfully, but these errors were encountered:
The current version of DBInterface use the strict keyword as a type parameter for the returned
Query
.This is type unstable but could easily be solved by using
Val
instead.See here:
SQLite.jl/src/tables.jl
Line 146 in ccdb8b0
We can keep the current interface (type unstable) by turning the keyword into a
Val
but having a type stable version would be great. I will be happy to open a PR.The text was updated successfully, but these errors were encountered: