Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
vendor: sqlite3: Update sqlite3 to 6f2749a.
Browse files Browse the repository at this point in the history
This commit updates the go-sqlite3 version that we are using to 6f2749a.
The underlying C library is updated from version 3.10.2 to 3.15.1.

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
Mark Ryan committed Jan 5, 2017
1 parent 5e3a389 commit 29337ab
Show file tree
Hide file tree
Showing 16 changed files with 27,503 additions and 11,742 deletions.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"github.com/mattn/go-sqlite3": {
"url": "https://github.com/mattn/go-sqlite3.git",
"version": "467f50b",
"version": "6f2749a",
"license": "MIT + Public domain"
},
"github.com/mitchellh/mapstructure": {
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 17 additions & 6 deletions vendor/github.com/mattn/go-sqlite3/backup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions vendor/github.com/mattn/go-sqlite3/callback.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion vendor/github.com/mattn/go-sqlite3/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29337ab

Please sign in to comment.