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

KarpelesLab / psql / 22833269558 / 2
55%
master: 55%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 12:21AM UTC
Files 57
Run time 1s
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

09 Mar 2026 12:19AM UTC coverage: 57.005% (-0.3%) from 57.287%
22833269558.2

push

github

MagicalTux
Add PostgreSQL-focused features: ILike, IsDuplicate, upsert, RETURNING, subqueries, typed slices

- ILike: case-insensitive LIKE (ILIKE on PG, COLLATE NOCASE on SQLite)
- IsDuplicate: detect unique constraint violations across MySQL/PG/SQLite
- Atomic counters: Incr/Decr/SetRaw for UPDATE SET expressions
- IN with typed slices: []int, []int64, etc. auto-expand to IN(...)
- Any wrapper: PG = ANY($1) array syntax, falls back to IN on others
- Subqueries in WHERE: *QueryBuilder as escapeValueCtxable + SubIn
- FOR UPDATE SKIP LOCKED / NOWAIT on builder and FetchOptions
- Fix INSERT rendering: (cols) VALUES (vals) for PG/SQLite, SET for MySQL
- Upsert builder: OnConflict/DoUpdate/DoNothing for all engines
- RETURNING support: scan-back into struct after Insert/Replace on PG
- RunQueryT/RunQueryTOne: generic typed scanning for JOIN queries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

2844 of 4989 relevant lines covered (57.01%)

26.64 hits per line

Source Files on job sqlite - 22833269558.2
  • Tree
  • List 57
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22833269558
  • ff1ece11 on github
  • Prev Job for on master (#22813232789.1)
  • Next Job for on master (#22833410222.2)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc