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

rogerpadilla / uql / 30306870180
97%

Build:
DEFAULT BRANCH: main
Ran 27 Jul 2026 09:28PM 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 09:26PM UTC coverage: 95.052% (+0.04%) from 95.017%
30306870180

push

github

rogerpadilla
fix(orm): security filters on populated relations, JSON placeholder bugs, dialect cleanup

- security: true filters were skipped by a bare $populate with no explicit
  $where, on every driver including MongoDB's $lookup - now enforced
  unconditionally, matching the guarantee already documented for top-level
  queries.
- PostgreSQL/CockroachDB: $size misbound its value when it wasn't the first
  bound condition in $where (placeholder numbering bug in an isolated
  fragment context).
- PostgreSQL/CockroachDB: upsertOne/upsertMany bound the wrong value to the
  2nd+ auto-filled onUpdate column omitted from the payload (same root
  cause). Fixed both by sharing the real context's values array with the
  fragment context instead of reconciling placeholders after the fact.
- SQLite/MySQL/MariaDB: a nested $elemMatch on an array-of-arrays field
  could return zero rows instead of the matching ones - $elemMatch's
  derived-table alias was one fixed literal reused at every nesting depth.
  Each nesting level now gets a unique alias via a new QueryContext.nextAlias.
- Removed the securityFilter() sugar helper (kept the security: true
  mechanism itself); deduplicated ~450 lines of near-identical dialect and
  test-spec code across MySQL/MariaDB/PostgreSQL/SQLite; removed several
  dead code paths in the SQL dialect layer.

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

3391 of 3743 branches covered (90.6%)

Branch coverage included in aggregate %.

70 of 70 new or added lines in 10 files covered. (100.0%)

5754 of 5878 relevant lines covered (97.89%)

729.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30306870180.1 27 Jul 2026 09:28PM UTC 117
95.05
GitHub Action Run
Source Files on build 30306870180
  • Tree
  • List 117
  • Changed 13
  • Source Changed 13
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30306870180
  • dcace2a8 on github
  • Prev Build on main (#30230729462)
  • Next Build on main (#30307054000)
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