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

dal-go / dalgo2sql / 29031139528
89%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 03:51PM UTC
Jobs 1
Files 18
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

09 Jul 2026 03:50PM UTC coverage: 88.939% (+0.2%) from 88.735%
29031139528

push

github

trakhimenok
feat: PlaceholderDialect option (Postgres $N) and bracket-ident stripping

- DbOptions.Placeholder selects positional-parameter style: PlaceholderQuestion
  (default '?', SQLite/MySQL — zero value, fully backward-compatible) or
  PlaceholderDollar ('$1','$2',… for PostgreSQL). getter/setter/deleter/
  updater emit via placeholder(n); buildSingleRecordQuery rewrites the final
  SQL for the dialect.
- emitSQL strips MSSQL-style [table] bracket quoting that
  dal.structuredQuery.String() emits, which both SQLite and PostgreSQL reject.

Both operate on parameterized SQL (values are placeholders, never inline), so
they cannot affect data. Needed by the new dalgo2postgres driver; dalgo2sqlite
suite stays green (backward-compatible).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AhDJhFNWHBf2jhPKEqfL8T

49 of 52 new or added lines in 7 files covered. (94.23%)

42 existing lines in 2 files now uncovered.

1190 of 1338 relevant lines covered (88.94%)

1.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
83.0
-0.43% getter.go

Coverage Regressions

Lines Coverage ∆ File
40
83.0
-0.43% getter.go
2
95.56
0.21% updater.go
Jobs
ID Job ID Ran Files Coverage
1 29031139528.1 09 Jul 2026 03:51PM UTC 18
88.94
GitHub Action Run
Source Files on build 29031139528
  • Tree
  • List 18
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a3bd40b8 on github
  • Prev Build on main (#29027462965)
  • Next Build on main (#29034325869)
  • Delete
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