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

KarpelesLab / psql
55%

Build:
DEFAULT BRANCH: master
Repo Added 07 Mar 2026 12:49PM UTC
Token COHEW02Jl1DeCa7Dfs8SFBHtLz9KMsJsb regen
Build 30 Last
Files 61
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master

09 Mar 2026 02:57PM UTC coverage: 55.402% (-10.4%) from 65.829%
22859582483

push

github

MagicalTux
Collapse into single module, remove all replace directives

Submodule go.mod files (sqlite/, mysql/, pgsql/) are removed. All driver
packages now live under the single root module. This fixes external
consumers being unable to fetch submodules (e.g. psql/pgsql@v0.4.2) and
eliminates the replace directives that broke go get.

Integration tests now import all three backends so they run against
whichever engine PSQL_TEST_DSN points to.

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

2928 of 5285 relevant lines covered (55.4%)

147.92 hits per line

Relevant lines Covered
Build:
Build:
5285 RELEVANT LINES 2928 COVERED LINES
147.92 HITS PER LINE
Source Files on master
  • Tree
  • List 61
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22859582483 master Collapse into single module, remove all replace directives Submodule go.mod files (sqlite/, mysql/, pgsql/) are removed. All driver packages now live under the single root module. This fixes external consumers being unable to fetch submodules (e.... push 09 Mar 2026 02:58PM UTC MagicalTux github
55.4
22834459349 master Remove ILike type, use Like.CaseInsensitive instead ILike was never released, so remove it entirely rather than deprecating. Case-insensitive matching is now handled by Like{CaseInsensitive: true} or the CILike() helper function. Co-Authored-By:... push 09 Mar 2026 01:19AM UTC MagicalTux github
65.83
22834368677 master Fix Like examples to not duplicate field name in map context When Like is used as a map value in Where(), the field comes from the map key — specifying Field is redundant. Updated docs and tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropi... push 09 Mar 2026 01:15AM UTC MagicalTux github
65.81
22834342642 master Add CaseInsensitive flag to Like, deprecate ILike Like now supports CaseInsensitive: true for engine-appropriate case-insensitive matching (ILIKE on PG, COLLATE NOCASE on SQLite, plain LIKE on MySQL). ILike is kept for backward compatibility but ... push 09 Mar 2026 01:13AM UTC MagicalTux github
65.81
22834266142 master Update docs for submodule architecture and new features - README: update Quick Start with driver import pattern, add sections for scopes, lazy loading, soft delete, IsDuplicate, error helpers - getting-started: document driver submodule imports... push 09 Mar 2026 01:10AM UTC MagicalTux github
65.99
22834113307 master Merge remote features (RETURNING, ILike, IsDuplicate, subqueries, typed slices) Resolve conflicts in error.go, insert.go, replace.go by integrating remote PostgreSQL RETURNING support and IsDuplicate with dialect-based dispatch: - Add ReturningRe... push 09 Mar 2026 01:03AM UTC MagicalTux github
65.99
22833620600 master Silently omit FOR UPDATE on SQLite for engine-transparent usage SQLite uses file/WAL-level locking so row-level FOR UPDATE is not applicable. The library now omits it automatically so users don't need to worry about the engine when using FOR UPDA... push 09 Mar 2026 12:38AM UTC MagicalTux github
71.82
22833514643 master Skip FOR UPDATE integration tests on SQLite SQLite does not support FOR UPDATE/SKIP LOCKED/NOWAIT syntax. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 09 Mar 2026 12:32AM UTC MagicalTux github
71.81
22833410222 master Fix RETURNING scan triggering AfterScanHook and add integration tests - Add scanValueReturning() that skips AfterScanHook for INSERT/REPLACE RETURNING scans, preserving expected hook ordering - Add comprehensive integration tests for all new fe... push 09 Mar 2026 12:28AM UTC MagicalTux github
67.96
22833269558 master 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 - At... push 09 Mar 2026 12:20AM UTC MagicalTux github
62.56
See All Builds (30)

Badge your Repo: psql

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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