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

mattn / go-sqlite3
54%

Build:
DEFAULT BRANCH: master
Repo Added 17 Apr 2013 11:47AM CUT
Files 12
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 2.0.0
  • HEAD
  • add-replication-support-to-c-code
  • add-usleep
  • bazel
  • cgo
  • close-db
  • csv
  • disable-pread64-android
  • drop-go16
  • feature/userauth
  • fix-597
  • fix-635
  • fix-688
  • fix-724
  • fix-build
  • fix-build2
  • fix-header
  • fix-variadic
  • fix/118
  • fix/213
  • fix/306
  • fix/darwin-icu
  • fix/deprecated
  • fix/examples
  • fix/features
  • fix/fmt
  • fix/platform
  • fix/pragma
  • fix/test/coverage
  • fix/test/userauth
  • fix/travis
  • fix/travis-ci
  • fix/usleep
  • fix/wal
  • fix514
  • fix520
  • fix667
  • noncgo
  • notify
  • open-mode
  • patch-1
  • ping
  • see
  • sessions-support
  • solaris
  • sqlite-amalgamation-3032002
  • sqlite-amalgamation-3033000
  • sqlite-amalgamation-3170000
  • sqlite-amalgamation-3220000
  • sqlite-amalgamation-3250100
  • sqlite-amalgamation-3250200
  • sqlite-amalgamation-3260000
  • sqlite-amalgamation-3270200
  • sqlite-amalgamation-3280000
  • sqlite-amalgamation-3290000
  • sqlite-amalgamation-3300100
  • sqlite-amalgamation-3310100
  • sqlite3-3.21.0
  • test/upsert
  • type
  • unify-travis-runs
  • update/docs
  • update/options
  • update/travis
  • upgrade-3.23
  • upgrade-3.23.1
  • upstream
  • v1.1.0
  • v1.10.0
  • v1.11.0
  • v1.12.0
  • v1.13.0
  • v1.14.0
  • v1.14.1
  • v1.2.0
  • v1.3.0
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • v2.0.0
  • v2.0.1
  • v2.0.2
  • v2.0.3
  • v2.0.4
  • v2.0.5
  • v2.0.6
  • wip/userauth

pending completion
1105

push

travis-ci

web-flow
Update amalgamation code (#842)

* Update amalgamation code

* Drop go1.9 and go1.10

1056 of 1969 relevant lines covered (53.63%)

1319638.82 hits per line

Relevant lines Covered
Build:
Build:
1969 RELEVANT LINES 1056 COVERED LINES
1319638.82 HITS PER LINE
Source Files on master
  • List 12
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
sqlite3_opt_preupdate_omit.go22 3 0 3 0.0
0.0
sqlite3_type.go63 24 + 10 24 + 10.0
0.0
convert.go300 235 0 235 0.0
0.0
sqlite3_context.go104 39 + 70 39 + 70.0
10.0
sqlite3_opt_userauth_omit.go153 40 4 36 100993.0 - 40385
61.52
sqlite3.go2137 1172 + 45721 + 29451 + 163450294.0 - 1228740
62.31
callback.go399 268 + 5167 + 3101 + 2113138.0 - 48136
67.39
sqlite3_load_extension.go85 46 + 931 + 515 + 416.0 - 8
90.0
error.go151 20 18 2 113.0 - 46
90.48
backup.go86 42 + 738 + 74 32.0 - 14
Showing 1 to 10 of 12 entries
  • Previous
  • 1
  • 2
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1105 master Update amalgamation code (#842) * Update amalgamation code * Drop go1.9 and go1.10 push 19 Aug 2020 12:35PM CUT web-flow travis-ci pending completion  
1090 master Travis-CI: set go_import_path (#829) Set go_import_path to tell Travis-CI where to checkout the code, so the Travis build can also work on forks. This is important when building without Go modules support. push 21 Jul 2020 08:17AM CUT web-flow travis-ci pending completion  
1089 master Travis-CI: add Go 1.14.x, change order of Go versions (#830) Changes in Go versions for the Travis-CI builds: - reverse order of Go versions so the latest ones are checked first - add Go 1.14.x (latest stable) at the first position - use 'tip'... push 21 Jul 2020 08:01AM CUT web-flow travis-ci pending completion  
1077 master upgrade amalgamation code (#821) push 06 Jun 2020 03:52AM CUT web-flow travis-ci pending completion  
1074 master Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819) My app can use PostgreSQL and – optionally – SQLite. I would like to be able to compile the app without cgo when SQLite isn't used, as this removes the need for a C compile... push 05 Jun 2020 01:09PM CUT web-flow travis-ci pending completion  
1072 master Edited note in README (#817) push 01 Jun 2020 01:41PM CUT web-flow travis-ci pending completion  
1067 master Document requirements for cross compiling from OSX (#804) * Document requirements for cross compiling from OSX Inspiration: https://github.com/mattn/go-sqlite3/issues/384#issuecomment-433584967 * Document cross compilation steps using xgo... push 15 May 2020 04:21PM CUT web-flow travis-ci pending completion  
1061 master Enable all prefixes for named parameters and allow for unused named parameters (#811) * Allow unused named parameters Try to bind all named parameters and ignore those not used. * Allow "@" and "$" for named parameters * Add tests for na... push 14 May 2020 02:40PM CUT web-flow travis-ci pending completion  
1060 master Fix #808: remove goconvey (#809) * don't need smartystreets/goconvey any longer * synchronise coveralls push 14 May 2020 02:27PM CUT web-flow travis-ci pending completion  
1057 master Merge ccbad97c3 into 61ad8da9d Pull #811 07 May 2020 01:08PM CUT web-flow travis-ci
53.63
See All Builds (998)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc