Skip to content

Executemany does not work #43

@jakobnissen

Description

@jakobnissen
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions