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

dal-go / dalgo / 25914588360
100%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 11:07AM UTC
Jobs 1
Files 86
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

15 May 2026 11:07AM UTC coverage: 100.0%. Remained the same
25914588360

push

github

trakhimenok
spec(ideas): file dalgo-dialect-aware-sql-emission Idea

Architecture Idea for dialect-aware SQL emission so text-passthrough
drivers (dalgo2sql today; future Postgres/MySQL/T-SQL) emit
dialect-appropriate output without local rewrites.

Recommended direction: small `Dialect` interface with five composable
hooks (QuoteIdentifier, LimitOffsetClause, EmitTopClause,
BooleanLiteral, EscapeStringLiteral); `StructuredQuery.StringForDialect(d
Dialect) string` walks the existing fields and routes formatting
through the interface. Pre-built ANSI/SQLite/Postgres/T-SQL
implementations under `dal/dialect/`.

Triggered by datatug-cli's db-copy filtering work (LIMIT vs TOP);
the current stopgap is a `sqlite_emit.go` shim in dalgo2sql v0.6.x
that the dialect-aware emission replaces.

3653 of 3653 relevant lines covered (100.0%)

1.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25914588360.1 15 May 2026 11:07AM UTC 86
100.0
GitHub Action Run
Source Files on build 25914588360
  • Tree
  • List 86
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9a04534d on github
  • Prev Build on main (#25914147254)
  • Next Build on main (#25922850878)
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