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

rogerpadilla / uql / 29164059729
97%

Build:
DEFAULT BRANCH: main
Ran 11 Jul 2026 06:47PM UTC
Jobs 1
Files 115
Run time 1min
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 06:45PM UTC coverage: 94.975% (+0.01%) from 94.962%
29164059729

push

github

rogerpadilla
fix(dialect): validate operator/sort/aggregate keys via typed allowlists

Query-provided operator keys ($where/$having comparisons, $sort directions,
$group aggregates, vector distance metrics) were looked up in plain
objects/records, so an unrecognized key could resolve via the prototype
chain or, for $group, get spliced straight into generated SQL. These now
go through Map-based allowlists whose key types tie back to the canonical
operator unions, so a drift is caught at compile time and an unsupported
value throws instead of silently doing the wrong thing. Also closes a gap
where MariaDB's inline vector index silently built with the wrong distance
metric instead of erroring, matching the fix already applied to CockroachDB.

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

3282 of 3630 branches covered (90.41%)

Branch coverage included in aggregate %.

89 of 91 new or added lines in 11 files covered. (97.8%)

5677 of 5803 relevant lines covered (97.83%)

460.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.0
-0.05% packages/uql-orm/src/dialect/abstractSqlDialect.ts
1
96.18
-0.55% packages/uql-orm/src/mongo/mongoDialect.ts
Jobs
ID Job ID Ran Files Coverage
1 29164059729.1 11 Jul 2026 06:47PM UTC 115
94.98
GitHub Action Run
Source Files on build 29164059729
  • Tree
  • List 115
  • Changed 11
  • Source Changed 11
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29164059729
  • f4453963 on github
  • Prev Build on main (#29158944060)
  • Next Build on main (#29164160444)
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