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

dal-go / dalgo2sql / 29031139528 / 1
89%
main: 89%

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

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

1190 of 1338 relevant lines covered (88.94%)

1.03 hits per line

Source Files on job 29031139528.1
  • Tree
  • List 18
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29031139528
  • a3bd40b8 on github
  • Prev Job for on main (#29027462965.1)
  • Next Job for on main (#29034325869.1)
  • 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