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

mattn / go-sqlite3 / 384

Builds Branch Commit Type Ran Committer Via Coverage
384 master Merge pull request #345 from joeshaw/backup-finalizer-fix fix double free in SQLiteBackup.Close() on error push 27 Oct 2016 11:58PM UTC web-flow travis-ci pending completion   set done
383 master fix double free in SQLiteBackup.Close() on error The sqlite3_backup_finish() function never fails, it just returns the error code from previous operations. Previously if it returned an error, the finalizer wouldn't be unset and sqlite3_backup_fi... Pull #345 27 Oct 2016 11:51PM UTC web-flow travis-ci pending completion   set done
2 bazel test with bazel push 24 Oct 2016 03:54AM UTC jmhodges travis-ci pending completion   set done
382 master actually link to <sqlite3.h> when -tags libsqlite3 Building with -tags libsqlite3 used the sqlite3.h from the system but the go compiler will compile all *.{c,h} files in the same direcory: "When the Go tool sees that one or more Go files use t... Pull #339 17 Oct 2016 12:36PM UTC web-flow travis-ci pending completion   set done
381 master Merge pull request #333 from nyarly/master Added CFLAG config to ignore deprecations push 04 Oct 2016 04:04PM UTC web-flow travis-ci pending completion   set done
380 master Added CFLAG config to ignore deprecations Pull #333 04 Oct 2016 03:58PM UTC web-flow travis-ci pending completion   set done
379 master Merge pull request #331 from a-p-/test-backup-error Test the error reporting when preparing to perform a backup. push 27 Sep 2016 02:31AM UTC web-flow travis-ci pending completion   set done
378 master Test the error reporting when preparing to perform a backup. Pull #331 23 Sep 2016 12:57PM UTC web-flow travis-ci pending completion   set done
377 master Add functions to register update, commit, and rollback hooks. Pull #271 11 Sep 2016 01:12AM UTC web-flow travis-ci pending completion   set done
376 master TestAggregatorRegistration may fail if trace feature is not implemented push 07 Sep 2016 04:24PM UTC mattn travis-ci pending completion   set done
373 master fix build push 07 Sep 2016 03:43PM UTC mattn travis-ci pending completion   set done
372 master fix build push 07 Sep 2016 03:34PM UTC mattn travis-ci pending completion   set done
371 master Merge branch 'master' into trace push 07 Sep 2016 03:18PM UTC mattn travis-ci pending completion   set done
370 master Merge pull request #323 from FiloSottile/master Make Go 1.7 fail compilation without cgo push 04 Sep 2016 12:22AM UTC web-flow travis-ci pending completion   set done
369 master Make Go 1.7 fail compilation The package is useless without cgo, but Go 1.7 will happily build it since doc.go is a pure-Go file, even if CGO_ENABLED=0, like when cross-compiling. This is particularly problematic since the package is usually imp... Pull #323 03 Sep 2016 07:11PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • …
  • 66
  • 67
  • Next →
  • Back to Repo
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