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

rm-hull / gps-routes-api / 24308993190 / 1
36%
main: 36%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.44
DEFAULT BRANCH: main
Ran 12 Apr 2026 02:34PM UTC
Files 21
Run time 0s
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

12 Apr 2026 02:28PM UTC coverage: 35.467% (-11.8%) from 47.258%
24308993190.1

Pull #121

github

rm-hull
feat: add database dialect abstraction

Introduce a `Dialect` interface to support cross-database compatibility,
allowing the `QueryBuilder` to generate syntax specific to PostgreSQL
and SQLite.

```mermaid
classDiagram
    class Dialect {
        <<interface>>
        +FormatParam(int) string
        +BuildArrayOverlapQuery(string, string) string
        +BuildFullTextQuery(string, string) string
        +PrepareParam(any) any
    }
    class PostgreSQLDialect
    class SQLiteDialect
    class QueryBuilder {
        -Dialect dialect
    }

    Dialect <|.. PostgreSQLDialect
    Dialect <|.. SQLiteDialect
    QueryBuilder --> Dialect
```
Pull Request #121: Feat/issue 120/phase 4 query layer refactoring

687 of 1937 relevant lines covered (35.47%)

0.38 hits per line

Source Files on job 24308993190.1
  • Tree
  • List 21
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24308993190
  • cd35c606 on github
  • Prev Job for on feat/issue-120/phase-4-query-layer-refactoring (#24305940692.1)
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