Summary
CockroachDB is not in the CI test matrix or Docker Compose — the adapter is completely untested.
Details
.github/workflows/tests.yml matrix: mysql,postgres,sqlserver,h2,oracle,sqlite — no CockroachDB
compose.yml has no CockroachDB service
- No CockroachDB-specific test files in
tests/
Needed
- Add CockroachDB service to
compose.yml (single-node, cockroachdb/cockroach:latest)
- Add
cockroachdb to test matrix in .github/workflows/tests.yml
- Add datasource configuration for CockroachDB in test setup
- Verify all existing tests pass against CockroachDB
Files
.github/workflows/tests.yml:42 — test matrix
compose.yml — Docker services
Summary
CockroachDB is not in the CI test matrix or Docker Compose — the adapter is completely untested.
Details
.github/workflows/tests.ymlmatrix:mysql,postgres,sqlserver,h2,oracle,sqlite— no CockroachDBcompose.ymlhas no CockroachDB servicetests/Needed
compose.yml(single-node,cockroachdb/cockroach:latest)cockroachdbto test matrix in.github/workflows/tests.ymlFiles
.github/workflows/tests.yml:42— test matrixcompose.yml— Docker services