• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rogerpadilla / uql / 29158059857 / 1
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 11 Jul 2026 03:32PM UTC
Files 115
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jul 2026 03:30PM UTC coverage: 94.962% (+0.03%) from 94.932%
29158059857.1

push

github

rogerpadilla
feat(cockroachdb): add integration tests and full vector search support

Adds live-DB integration test coverage for CockroachDB (previously
untested), which surfaced and fixed several real bugs:

- upsertOne/upsertMany were completely broken (relied on Postgres's
  xmax system column, which CockroachDB doesn't have)
- auto-generated IDs used SERIAL (CockroachDB's unique_rowid()),
  producing values that overflow Number.MAX_SAFE_INTEGER and get
  silently corrupted as JS numbers; now uses a sequential IDENTITY
  column instead
- $text full-text search never worked; now generates
  to_tsvector/to_tsquery, which CockroachDB supports
- $merge/$push on a JSONB column via the Bun SQL driver could
  corrupt the value or throw, since CockroachDB didn't get the same
  wire-encoding fix Postgres has on that driver

Also adds full vector search support for CockroachDB: $sort/$vector
uses the same pgvector-compatible distance operators as Postgres,
and schema generation emits CockroachDB's native CREATE VECTOR INDEX
syntax.

Refactors the dialect hierarchy so CockroachDialect and
PostgresDialect share a common PgLikeSqlDialect base (mirroring the
existing MySqlLikeSqlDialect pattern) instead of CockroachDialect
extending PostgresDialect directly.

Also fixes MariaDB's upsert `created` detection on the Bun SQL
driver, which could report false on a fresh insert instead of
undefined.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

3264 of 3613 branches covered (90.34%)

Branch coverage included in aggregate %.

5652 of 5776 relevant lines covered (97.85%)

460.82 hits per line

Source Files on job 29158059857.1
  • Tree
  • List 115
  • Changed 7
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29158059857
  • c124ef20 on github
  • Prev Job for on main (#29127535804.1)
  • Next Job for on main (#29158277337.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc