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

rogerpadilla / uql / 30230650503
97%

Build:
DEFAULT BRANCH: main
Ran 27 Jul 2026 01:49AM UTC
Jobs 1
Files 117
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

27 Jul 2026 01:47AM UTC coverage: 95.017% (-0.02%) from 95.039%
30230650503

push

github

rogerpadilla
feat(orm): $set/$pull JSON operators, typed comparisons, vector index guard

- Rename $merge to $set (shallow key assignment, matching MongoDB's own
  $set); add $pull to remove array elements; unify $push to always create
  a missing array (MariaDB previously nulled the whole column).
- Map $set/$unset/$push/$pull onto MongoDB's native update operators
  instead of writing the operator object into the document as literal
  data; falls back to an aggregation pipeline when a path is touched by
  more than one operator group, in the same $pull->$set->$push->$unset
  order the SQL dialects apply.
- Require `distance` on vector index types (hnsw/ivfflat/vector) and
  reject it on every other type - omitting/adding it silently changed
  generated DDL.
- Fix JSON dot-path and $elemMatch bugs: MySQL dot-paths never worked at
  runtime, MariaDB array operators emitted invalid SQL, SQLite $all never
  matched string elements, typed scalar comparisons (numbers/booleans)
  were inconsistent across engines, and $elemMatch's plain-equality form
  skipped the numeric cast and turned `null` into `= NULL`.
- Fix $includes rendering as ILIKE instead of LIKE on PostgreSQL/
  CockroachDB, and PostgreSQL full-text search failing on multi-word
  queries (to_tsquery -> websearch_to_tsquery).
- Simplify JSON dialect internals: unify jsonCast/jsonScalarParam, extract
  pure builders into dialect/jsonSql.ts, add a single jsonCompareMode
  classifier. Share the JSON-update test matrix and MySQL/MariaDB spec
  bodies across dialect specs. Unify vector types into type/vector.ts and
  close a type hole in IndexTypeOptions.

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

3396 of 3751 branches covered (90.54%)

Branch coverage included in aggregate %.

208 of 214 new or added lines in 14 files covered. (97.2%)

5775 of 5901 relevant lines covered (97.86%)

721.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
95.61
-0.88% packages/uql-orm/src/dialect/abstractSqlDialect.ts
1
94.12
packages/uql-orm/src/dialect/vectorSqlDialect.ts
Jobs
ID Job ID Ran Files Coverage
1 30230650503.1 27 Jul 2026 01:49AM UTC 117
95.02
GitHub Action Run
Source Files on build 30230650503
  • Tree
  • List 117
  • Changed 16
  • Source Changed 16
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30230650503
  • d8bf1d49 on github
  • Prev Build on main (#30168482925)
  • Next Build on main (#30230729462)
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