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

SRombauts / SQLiteCpp / 28447831089
100%

Build:
DEFAULT BRANCH: master
Ran 30 Jun 2026 01:27PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
28447831089

push

github

web-flow
Fix Column::operator<< to stream the exact column bytes (#556)

Fixes COL-01 from the code review. `Column::operator<<` passed
`getText()` and `getBytes()` as two separate call arguments: their
evaluation order is unspecified, and the two SQLite accessors have an
order-dependent contract (the text pointer can be invalidated by a later
bytes call). Reading the value once through `getString()` pairs the
pointer with its length and behaves consistently for TEXT, BLOB,
embedded NULs and NULL.

Adds UTF-8 regression tests for the stream inserter (multibyte text, an
embedded NUL, and the same bytes stored as a BLOB). Note these pass
against the old code too on GCC, since for TEXT/BLOB the accessors
happen to be idempotent; the fix is about removing the unspecified-order
UB and honoring SQLite's call-order contract.
Source Files on build 28447831089
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #28447831089
  • f173e65e on github
  • Prev Build on master (#28444563093)
  • Next Build on master (#28450143925)
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