mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
The ingest API tried to do a Qcx operation that needs a write Tx after requesting a write Tx. This doesn't work. The ingest API is the only caller of clearExistenceColumns, so it's easy to just make it work for a given shard using a provided Tx. This isn't especially clean, but a lot of this is due for an overhaul anyway because the Qcx/Tx stuff is sort of broken. Also, add any test case at all for this, since we didn't have one, and also fix the fact that the test case failed because the test harness didn't allow empty result sets. |
||
|---|---|---|
| .. | ||
| bool.tc | ||
| expect_errors.tc | ||
| keyed.tc | ||
| sample.tc | ||