Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Revert "SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode ↵ | Jesse Rittner | 2018-12-08 | 1 | -16/+6 | |
|/ | | | | | | is not rw" This reverts commit 03b96a53baf1987fe52b653ce0d1817e549259b8. | |||||
* | Merge pull request #671 from mattn/fix667 | mattn | 2018-12-07 | 1 | -6/+16 | |
|\ | | | | | SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is… | |||||
| * | SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rw | Yasuhiro Matsumoto | 2018-12-07 | 1 | -6/+16 | |
|/ | | | | | Fixes #667 Fixes #669 | |||||
* | Merge pull request #670 from mattn/close-db | mattn | 2018-12-07 | 1 | -0/+3 | |
|\ | | | | | Close db even if sqlite3_open_v2 return non-zero. | |||||
| * | Close db even if sqlite3_open_v2 return non-zero. | Yasuhiro Matsumoto | 2018-12-07 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #626 from otoolep/fix_data_race | mattn | 2018-11-22 | 1 | -0/+2 | |
|\ | | | | | Fix data race in AutoCommit() | |||||
| * | Fix data race in AutoCommit() | Philip O'Toole | 2018-08-30 | 1 | -0/+2 | |
| | | | | | | | | Detected via https://circleci.com/gh/rqlite/rqlite/2223. | |||||
* | | Merge pull request #643 from akalin/zero-length-blob | mattn | 2018-11-22 | 2 | -1/+32 | |
|\ \ | | | | | | | Distinguish between NULL and zero-length blobs on query | |||||
| * | | Fix bug | Frederick Akalin | 2018-09-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clean up test | Frederick Akalin | 2018-09-22 | 1 | -2/+4 | |
| | | | ||||||
| * | | Add failing test | Frederick Akalin | 2018-09-22 | 1 | -0/+29 | |
| | | | ||||||
* | | | Merge pull request #644 from akalin/fix-pointer-conversion | mattn | 2018-11-22 | 1 | -7/+2 | |
|\ \ \ | | | | | | | | | Clean up blob to byte slice conversion | |||||
| * | | | Use GoBytes | Frederick Akalin | 2018-09-22 | 1 | -7/+2 | |
| |/ / | ||||||
* | | | Merge pull request #665 from mjtrangoni/fix-gometalinter-issues | mattn | 2018-11-22 | 5 | -13/+8 | |
|\ \ \ | | | | | | | | | Fix gometalinter issues | |||||
| * | | | upgrade/package.go: Fix golint issue | Mario Trangoni | 2018-11-21 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | sqlite3_test.go: Simplify return err | Mario Trangoni | 2018-11-21 | 1 | -4/+1 | |
| | | | | ||||||
| * | | | Fix misspell issues. | Mario Trangoni | 2018-11-21 | 3 | -6/+6 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See, $ gometalinter --vendor --disable-all --enable=misspell ./... sqlite3.go:1379:45:warning: "succesfully" is a misspelling of "successfully" (misspell) sqlite3.go:1390:30:warning: "registerd" is a misspelling of "registered" (misspell) sqlite3_func_crypt.go:16:27:warning: "ceasar" is a misspelling of "caesar" (misspell) sqlite3_func_crypt.go:43:59:warning: "Ceasar" is a misspelling of "Caesar" (misspell) sqlite3_opt_userauth_test.go:450:27:warning: "succesful" is a misspelling of "successful" (misspell) sqlite3_opt_userauth_test.go:456:27:warning: "succesful" is a misspelling of "successful" (misspell) | |||||
* | | | Merge pull request #664 from bk521234/patch-1 | mattn | 2018-11-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | updating Windows TDM-GCC link to properly render | |||||
| * | | | updating link to properly render | bk521234 | 2018-11-17 | 1 | -1/+1 | |
|/ / / | | | | | | | fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)". | |||||
* | | | update README.md | Yasuhiro Matsumoto | 2018-11-09 | 1 | -3/+1 | |
| | | | ||||||
* | | | Merge pull request #657 from kevinburke/compile-tip | mattn | 2018-11-02 | 3 | -4/+5 | |
|\ \ \ | | | | | | | | | travis.yml: build Go tip | |||||
| * | | | all: fix cgo compile failures on tip | Kevin Burke | 2018-11-01 | 3 | -4/+5 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Apparently the cgo typechecks get better on tip, so use C.int instead of Go integers. Build tip as part of the Travis build, so we can ensure that any errors are resolved before they get released to a wider audience. | |||||
* | | | Merge pull request #655 from typeless/fix-too-large-arrary-error-v2 | mattn | 2018-10-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix build failure of incorrect expression for unsafe.Sizeof | |||||
| * | | | Fix build failure of incorrect expression for unsafe.Sizeof | Mura Li | 2018-10-24 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #654 from typeless/fix-too-large-arrary-error | mattn | 2018-10-24 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | Fix build failure on Windows/386 | |||||
| * | | | Fix build failure on Windows/386 | Mura Li | 2018-10-24 | 1 | -1/+2 | |
|/ / / | | | | | | | | | | | | | The array size exceeds the address space of 32-bit platform. See https://github.com/mattn/go-sqlite3/issues/238 | |||||
* | | | Merge pull request #439 from typeless/add-unlock-notify | mattn | 2018-10-21 | 5 | -5/+441 | |
|\ \ \ | | | | | | | | | Add support for sqlite3_unlock_notify | |||||
| * | | | Rename the wrapper functions to not pollute the sqlite3_* namespace | Mura Li | 2018-10-20 | 2 | -18/+18 | |
| | | | | ||||||
| * | | | Add support for sqlite3_unlock_notify | Mura Li | 2018-10-20 | 5 | -5/+441 | |
|/ / / | ||||||
* | | | Merge pull request #616 from jung-kurt/patch-1 | mattn | 2018-10-15 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Update README: URL-encode connection options | |||||
| * | | | Update README: URL-encode connection options | Kurt Jung | 2018-08-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | This change could save users from having to dig into source code to see how connection options are parsed. | |||||
* | | | | Merge pull request #652 from rutsky/patch-1 | mattn | 2018-10-15 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Remove extra backtick and fix Markdown formatting | |||||
| * | | | | Remove extra backtick and fix Markdown formatting | Vladimir Rutsky | 2018-10-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #648 from emirb/patch-1 | mattn | 2018-10-15 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add Go 1.11 to Travis build matrix | |||||
| * | | | | Add Go 1.11 to Travis build matrix | Emir Beganović | 2018-10-09 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #650 from relud/patch-1 | mattn | 2018-10-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix typo in README.md | |||||
| * | | | | Fix typo in README.md | Daniel Thorn | 2018-10-12 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #645 from mattn/sqlite-amalgamation-3250200 | mattn | 2018-09-26 | 2 | -61/+89 | |
|\ \ \ \ | | | | | | | | | | | upgrade amalgamation code | |||||
| * | | | | upgrade amalgamation code | Yasuhiro Matsumoto | 2018-09-26 | 2 | -61/+89 | |
|/ / / / | ||||||
* | | | | Merge pull request #641 from akalin/fix-test-call | mattn | 2018-09-25 | 1 | -1/+4 | |
|\ \ \ \ | |_|/ / |/| | | | Actually check the value of RunTests | |||||
| * | | | Add fatal message | Frederick Akalin | 2018-09-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Actually check the value of RunTests | Frederick Akalin | 2018-09-22 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | Merge pull request #637 from mattn/fix-build2 | mattn | 2018-09-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix build | |||||
| * | | | Fix build | Yasuhiro Matsumoto | 2018-09-18 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #636 from mattn/fix-635 | mattn | 2018-09-18 | 3 | -7069/+14487 | |
|\ \ \ | | | | | | | | | Upgrade to SQLite 3.25.0 | |||||
| * | | | Upgrade to SQLite 3.25.0 | Yasuhiro Matsumoto | 2018-09-18 | 3 | -7069/+14487 | |
|/ / / | | | | | | | | | | Fixes #634, #635 | |||||
* | | | Merge pull request #633 from israel-lugo/patch-1 | mattn | 2018-09-16 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | Mention correct algorithm in function docs. | |||||
| * | | | Mention correct algorithm in function docs. | Israel G. Lugo | 2018-09-16 | 1 | -4/+4 | |
|/ / / | | | | | | | CryptEncoder SHA384 and SHA512 variants (with and without salt) were incorrectly documented as using SHA256. | |||||
* | | | Merge pull request #631 from mattn/fix-build | mattn | 2018-09-11 | 2 | -2/+1 | |
|\ \ \ | | | | | | | | | Fix build | |||||
| * | | | icu4c 62.1 already installed | Yasuhiro Matsumoto | 2018-09-11 | 1 | -1/+0 | |
| | | | |