JuliaDatabases / ODBC.jl

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

Missing specialization for transaction() #344

Closed alichtl closed 2 years ago

alichtl commented 2 years ago

It looks like there is no specialization for DBInterface.transaction() to an ODBC Connection. One consequence of this is that DBInterface.executemany() falls back on the default DBInterface implementation (which is a no-op). This leads to partial data commits on failed bulk insertions.