Missing specialization for transaction()
alichtl opened this issue · 0 comments
alichtl commented
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.