Skip to content

Releases: jgirtakovskis/upperdb

v4.6.1

19 Sep 20:17
3e21ef9
Compare
Choose a tag to compare
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