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

KarpelesLab / psql / 22812821516 / 1
55%
master: 55%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2026 03:17AM UTC
Files 52
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

08 Mar 2026 03:13AM UTC coverage: 62.06% (+2.1%) from 59.944%
22812821516.1

push

github

MagicalTux
Add lazy batch grouping, many-to-many, soft delete, and scopes

Lazy futures now batch all pending requests for the same table/column
into a single WHERE col IN (...) query, using atomic flags and channels
to avoid sync.Once deadlocks with concurrent resolution.

Many-to-many associations via psql:"many_to_many:JoinTable,FK,OtherFK"
tag, with string-normalized key matching for join table scan results.

Soft delete for tables with DeletedAt *time.Time field: Delete() sets
the timestamp, ForceDelete() bypasses it, Restore() clears it, and
IncludeDeleted() includes deleted records in queries.

Scopes as composable query modifiers (func(*QueryBuilder) *QueryBuilder)
applied via WithScope() in FetchOptions or Apply() on QueryBuilder.

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

2874 of 4631 relevant lines covered (62.06%)

35.26 hits per line

Source Files on job cockroach - 22812821516.1
  • Tree
  • List 52
  • Changed 11
  • Source Changed 8
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22812821516
  • 99c0fd01 on github
  • Prev Job for on master (#22812058263.3)
  • Next Job for on master (#22813031305.1)
  • 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