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

skeema / skeema / 20798059973
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: remove-sqlx-callsites
DEFAULT BRANCH: main
Ran 07 Jan 2026 10:10PM UTC
Jobs 1
Files 81
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

07 Jan 2026 10:01PM UTC coverage: 92.49% (-0.1%) from 92.627%
20798059973

push

github

evanelias
internal: remove remaining sqlx struct-scanning call sites

This commit refactors the four remaining call sites of sqlx SelectContext
struct-scanning to now use standard library database/sql manual scanning.
This is a continuation of the work in commit 3277076656c. Full removal of the
sqlx dependency will come in a separate commit in the near future.

Two other minor refactors have been made as part of this commit:

* To determine the relative ordering of secondary indexes, SHOW CREATE TABLE
  is now parsed for all flavors. Previously this was only the case in MySQL 8+
  since other flavors could rely on natural information_schema.statistics row
  ordering, as long as no ORDER BY was present. Unifying the approach improves
  consistency and robustness. This parsing is now performed without using
  regular expressions.

* Cross-schema foreign key detection is now handled in Go code, accounting
  properly for lower_case_table_names folding, instead of offloading this to
  the SQL query logic. This may slightly improve introspection performance
  when many FKs are present.

154 of 173 new or added lines in 2 files covered. (89.02%)

7 existing lines in 1 file now uncovered.

10837 of 11717 relevant lines covered (92.49%)

1.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
19
89.93
-2.27% internal/tengo/table_introspect.go

Uncovered Existing Lines

Lines Coverage ∆ File
7
89.93
-2.27% internal/tengo/table_introspect.go
Jobs
ID Job ID Ran Files Coverage
1 20798059973.1 07 Jan 2026 10:10PM UTC 81
92.49
GitHub Action Run
Source Files on build 20798059973
  • Tree
  • List 81
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 049a284b on github
  • Prev Build on sqlx-removal (#20321764706)
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