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

SRombauts / SQLiteCpp / 35751266448
100%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2026 04:02PM UTC
Jobs 1
Files 14
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

22 Sep 2026 04:01PM UTC coverage: 99.715%. Remained the same
35751266448

push

github

web-flow
Use fixed-width types in SQLite::Header (#582)

## Summary

- use `std::uint8_t` and `std::uint32_t` for `SQLite::Header` fields
- replace the 3.x ABI guard with compile-time checks for all fixed-width
public field types
- document the intentional 4.0 ABI change

## Rationale

This reintroduces the public type change from #558 that #575
intentionally deferred to preserve the 3.4.0 ABI.

SQLite database-header fields have defined byte widths. Using
fixed-width integer types makes those widths independent of the platform
data model, notably avoiding 64-bit `unsigned long` fields on LP64
systems. The existing UB-free big-endian parsing remains unchanged.

## Testing

The existing `Database.getHeaderInfo` test covers the parsed values.
Compile-time assertions cover every public `Header` field type.

The same code change previously passed the full CI matrix. The branch
has now been rebased onto `master` after the shared-library ABI
generation was bumped from 0 to 1 in both CMake and Meson, and CI is
revalidating that final state.

699 of 701 relevant lines covered (99.71%)

34.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35751266448.1 22 Sep 2026 04:02PM UTC 14
99.71
GitHub Action Run
Source Files on build 35751266448
  • Tree
  • List 14
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35751266448
  • bb1ff281 on github
  • Prev Build on master (#35749600315)
  • Next Build on master (#35752223864)
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