Closed danielwestendorf closed 3 months ago
Fixes error described in #107; since clickhouse does not support transactions or savepoints, these methods should noop instead of raise a NotImplementedError which can originate from this call site.
NotImplementedError
Fixes error described in #107; since clickhouse does not support transactions or savepoints, these methods should noop instead of raise a
NotImplementedError
which can originate from this call site.