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
Not sure if the line above is the right place for an error/warning, but I would expect something in the pipeline to tell me that SQLite.jl doesn't support executemultiple.
This isn't a DBInterface thing, but an sqlite thing, in that it doesn't support executing multiple statements at a time (note not an SQLite.jl thing, but sqlite thing).
DBInterface.jl/src/DBInterface.jl
Line 219 in a2734ab
Not sure if the line above is the right place for an error/warning, but I would expect something in the pipeline to tell me that
SQLite.jl
doesn't supportexecutemultiple
.The text was updated successfully, but these errors were encountered: