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