-
**Describe the problem**
internal error: unexpected error from the vectorized engine: runtime error: slice bounds out of range [:10] with capacity 6
**To Reproduce**
```sql
create table t1 (c1…
-
### Grammar or Syntax Description
Can support be added for CockroachDB? It is based on Postgres however there are a few differences which means there are some SQL statements that are considered valid…
-
When a PCR reader tenant's `crdb_internal.cluster_locks` virtual table's worker goroutine iterates all tables to accumulate the set of spans in which it will query for locks, it is attempting to get t…
-
**Describe the problem**
The latest version of the CockroachDB (v24.2.4 and the latest master commit: f15ee646b5111) crashes when executing the following query:
```sql
CREATE TABLE v00 (c01 INT…
-
As highlighted by https://github.com/oxidecomputer/omicron/pull/6229#discussion_r1777381312 , the following situation may be a problem with CockroachDB:
- Interactive transaction starts, issues a `…
-
I'm trying to add a check constraint to a cockroachdb table. Atlasgo always adds `NO INHERIT` to the end, only to this particular constraint. I'm not sure if that is actually because I'm using the coc…
-
I'm having trouble running my first migration against a local cockroachdb instance. I created the initial migration. I ran it and I get the following error:
`migrate -database postgresql://root@1…
-
The performance implications of using "narrow" RANGEDELs are not quantified, and we've speculated about them in various discussions in the past. We also have code like the following in CockroachDB, wh…
-
DatabaseCleaner treats CockroachDB as PostgreSQL (which makes sense because CockroachDB emulated PostgreSQL to some extent). It uses the `RESTART IDENTITY` clause in the `TRUNCATE TABLE` query, which …
-
current `servicemonitor` resources without option scheme, it can only be used for insecure clusters, example like this.
```yaml
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata…