Skip to content

v4.6.1

Latest
Compare
Choose a tag to compare
@jgirtakovskis jgirtakovskis released this 19 Sep 20:17
3e21ef9
Cockroach delete limit (#1)

* DELETE FROM must have LIMIT support

CockroachDB is not able to deal well with massive deletes and their recommended approach is to batch delete statements. Thus, support for LIMIT statement is a must in the adapter.

* Updated tests