-
### Bug description
I'm using Prisma to query a dedicated CockroachDB multi-region instance. For `REGIONAL BY ROW` tables, there is a hidden internal `crdb_region` column created by CockroachDB. Th…
-
Exalate commented:
The architecture docs needs to cover how CockroachDB handles compression. Keys are compressed using prefix compression, and the data uses Snappy compression, and the rate depends …
-
I tried to use the `init` command of `@snaplet/seed` with the Prisma adapter.
My database is `cockroachdb` and I'm using this database provider in the `schema.prisma`.
![image](https://github.com/…
-
```
go test -tags invariants --exec 'stress -p 4' -timeout 0 -v ./wal -run TestConcurrentWritersWithManyRecords
=== RUN TestConcurrentWritersWithManyRecords
failover_writer_test.go:602: s…
-
Hello! I like this library for it's ability to do either sql or go scripts, I'd like to use this tool with crdb. It is almost identical to postgres for these purposes, but transactions need a retry so…
-
I attempted to specify the new [`--log` flag](https://www.cockroachlabs.com/docs/v21.1/configure-logs#flag) in the custom resource:
```
additionalArgs:
- "--log='sinks: {file-groups: {ops: …
-
**What is the ideal scenario for using this feature?**
Sometimes we want to test a multi-statement transaction, for example atomically and consistently UPDATE an account's balance to -50 and another …
-
### Is your feature request related to a problem?
I am attempting to use Ibis with the Postgres backend to connect to a serverless CockroachDB AWS cluster.
I was hoping to use the Postgres backen…
-
I'd love to see first-class support for [CockroachDB](https://www.cockroachlabs.com/) – CockroachDB supports the PostgreSQL wire protocol, so it should be relatively simple to add support.
-
## Description
I found this bug by fuzzing with this fuzzer
```go
package gnolang
import (
"os"
"path/filepath"
"strings"
"testing"
"github.com/cockroachdb/apd/v3"
)
func FuzzCon…