-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
julia> DBInterface.executemany(stmt,
(
lnums,
owner,
segments,
seqs,
datetimes,
datetimes,
len
)
)
ERROR: MethodError: no method matching getconnection(::ODBC.Statement)
Stacktrace:
[1] executemany(stmt::ODBC.Statement, params::Tuple{Vector{String}, Vector{String}, Vector{String}, Vector{String}, Vector{String}, Vect
or{String}, Vector{Int64}})
@ DBInterface ~/.julia/packages/DBInterface/1Gmxx/src/DBInterface.jl:193
[2] top-level scope
@ REPL[106]:1
I'm not sure why, but it looks like just a missing implementation of a method?
Metadata
Metadata
Assignees
Labels
No labels