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

KarpelesLab / psql / 22859582483

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:20AM 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:16AM 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:11AM 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:39AM 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:33AM 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:21AM UTC MagicalTux github
62.56
22813232789 master Introduce Dialect interface for engine-specific SQL behaviors Add Dialect interface with Placeholder, ExportArg, and LimitOffset methods, with implementations for MySQL, PostgreSQL, and SQLite. This replaces scattered engine switch statements wit... push 08 Mar 2026 03:45AM UTC MagicalTux github
71.86
22813063877 master Fix SQLite time.Time handling in parameterized queries Format time.Time values as RFC3339Nano strings in appendArg when the engine is SQLite, matching the format used by export.go. The SQLite driver doesn't handle Go time.Time natively and produc... push 08 Mar 2026 03:33AM UTC MagicalTux github
72.0
22813031305 master Fix soft delete for MySQL and SQLite compatibility Use CURRENT_TIMESTAMP instead of time.Now() to avoid SQLite driver formatting issues (monotonic clock in string representation). Remove explicit TIMESTAMPTZ type from test to let auto-detection p... push 08 Mar 2026 03:32AM UTC MagicalTux github
72.04
22812821516 master 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 concurr... push 08 Mar 2026 03:17AM UTC MagicalTux github
62.06
22812058263 master Document out-of-transaction queries and add vector operator integration tests Expand documentation for running queries outside a transaction (keeping the original context or using EscapeTx), with examples for audit logging before rollback. Add in... push 08 Mar 2026 02:23AM UTC MagicalTux github
70.51
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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