PNixx / clickhouse-activerecord

A Ruby database ActiveRecord driver for ClickHouse
MIT License
198 stars 100 forks source link

Noop savepoint functionality #150

Closed danielwestendorf closed 3 months ago

danielwestendorf commented 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.