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

mattn / go-sqlite3 / 344
54%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2016 01:57PM UTC
Jobs 1
Files 5
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

pending completion
344

Pull #300

travis-ci

sqweek
Fix inconsistent tx state with database/sql.

The semantics of sql.Tx.Commit impose that the transaction is
finished and cleaned up by the time the driver's Commit function
returns. However sqlite3 leaves the transaction open if COMMIT
fails due to an SQLITE_BUSY error, so *we* must clean it up.

Closes #184.
Pull Request #300: Fix inconsistent tx state with database/sql.

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

618 of 931 relevant lines covered (66.38%)

122476.18 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
100.0
sqlite3.go
Jobs
ID Job ID Ran Files Coverage
1 344.1 18 Apr 2016 01:57PM UTC 0
66.38
Travis Job 344.1
Source Files on build 344
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #344
  • Pull Request #300
  • PR Base - master (#342)
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