JuliaDatabases / ODBC.jl

An ODBC interface for the Julia programming language
https://odbc.juliadatabases.org/stable
Other
106 stars 63 forks source link

missing interface element #336

Closed lawless-m closed 2 years ago

lawless-m commented 2 years ago

getconnection is missing, which is part of the DBInterface

used by executemany, missing in ODBC

see open issue on DBInterface

https://github.com/JuliaDatabases/DBInterface.jl/issues/43

quinnj commented 2 years ago

Hmmmm.....the test failures look suspicious, but I don't see how this PR would have changed anything related to query results suddenly starting to fail. I'll merge for now, but will make a note to investigate what's going on there.