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

dal-go / dalgo / 25914147254
100%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 10:56AM 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 10:55AM UTC coverage: 100.0%. Remained the same
25914147254

push

github

trakhimenok
fix(dal): GroupCondition.String() spaces around the operator

Bug: `strings.Join(s, string(v.operator))` produced concatenations
like `'a'AND'b'` for AND-grouped conditions — invalid SQL in every
dialect. Fix: surround the operator with spaces, yielding
`'a' AND 'b'`. The empty-group case still collapses to "()".

Unlike the LIMIT/TOP emission (which is dialect-specific and was
fixed downstream in dalgo2sql), space-padding around AND/OR/= is
universal SQL — every text-passthrough driver needs it. Belongs in
dalgo core, not the driver layer.

Triggered by datatug-cli's db-copy filtering Feature
(TestCopy_WhereAndComposition: USA AND SupportRepId=3). Existing
GroupCondition test updated to reflect the spaced form; AND/OR/1-item
cases added to lock in coverage.

1 of 1 new or added line in 1 file covered. (100.0%)

3653 of 3653 relevant lines covered (100.0%)

1.1 hits per line

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