aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding additional info to FAQ about in-memory databasesJesse Rittner2019-01-041-2/+6
* Merge pull request #679 from pocke/an-a•••Fix typo in READMEmattn2019-01-051-1/+1
|\
| * Fix typo in README•••s/an/a/ Masataka Pocke Kuwabara2019-01-041-1/+1
|/
* Merge pull request #675 from mattn/sqlite-amalgamation-3260000•••upgrade amalgamation codemattn2018-12-183-654/+2147
|\
| * upgrade amalgamation codeYasuhiro Matsumoto2018-12-183-654/+2147
|/
* Merge pull request #673 from rittneje/revert-671•••Revert 671mattn2018-12-092-16/+64
|\
| * fixed typoJesse Rittner2018-12-081-1/+1
| * adding unit testJesse Rittner2018-12-081-0/+58
| * Revert "SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is...•••This reverts commit 03b96a53baf1987fe52b653ce0d1817e549259b8. Jesse Rittner2018-12-081-16/+6
|/
* Merge pull request #671 from mattn/fix667•••SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is…mattn2018-12-071-6/+16
|\
| * SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rw•••Fixes #667 Fixes #669 Yasuhiro Matsumoto2018-12-071-6/+16
|/
* Merge pull request #670 from mattn/close-db•••Close db even if sqlite3_open_v2 return non-zero.mattn2018-12-071-0/+3
|\
| * Close db even if sqlite3_open_v2 return non-zero.Yasuhiro Matsumoto2018-12-071-0/+3
|/
* Merge pull request #626 from otoolep/fix_data_race•••Fix data race in AutoCommit()mattn2018-11-221-0/+2
|\
| * Fix data race in AutoCommit()•••Detected via https://circleci.com/gh/rqlite/rqlite/2223. Philip O'Toole2018-08-301-0/+2
* | Merge pull request #643 from akalin/zero-length-blob•••Distinguish between NULL and zero-length blobs on querymattn2018-11-222-1/+32
|\ \
| * | Fix bugFrederick Akalin2018-09-221-1/+1
| * | Clean up testFrederick Akalin2018-09-221-2/+4
| * | Add failing testFrederick Akalin2018-09-221-0/+29
* | | Merge pull request #644 from akalin/fix-pointer-conversion•••Clean up blob to byte slice conversionmattn2018-11-221-7/+2
|\ \ \
| * | | Use GoBytesFrederick Akalin2018-09-221-7/+2
| |/ /
* | | Merge pull request #665 from mjtrangoni/fix-gometalinter-issues•••Fix gometalinter issuesmattn2018-11-225-13/+8
|\ \ \
| * | | upgrade/package.go: Fix golint issueMario Trangoni2018-11-211-3/+1
| * | | sqlite3_test.go: Simplify return errMario Trangoni2018-11-211-4/+1
| * | | Fix misspell issues.•••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) Mario Trangoni2018-11-213-6/+6
|/ / /
* | | Merge pull request #664 from bk521234/patch-1•••updating Windows TDM-GCC link to properly rendermattn2018-11-181-1/+1
|\ \ \
| * | | updating link to properly render•••fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)".bk5212342018-11-171-1/+1
|/ / /
* | | update README.mdYasuhiro Matsumoto2018-11-091-3/+1
* | | Merge pull request #657 from kevinburke/compile-tip•••travis.yml: build Go tipmattn2018-11-023-4/+5
|\ \ \
| * | | all: fix cgo compile failures on tip•••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. Kevin Burke2018-11-013-4/+5
|/ / /
* | | Merge pull request #655 from typeless/fix-too-large-arrary-error-v2•••Fix build failure of incorrect expression for unsafe.Sizeofmattn2018-10-241-1/+1
|\ \ \
| * | | Fix build failure of incorrect expression for unsafe.SizeofMura Li2018-10-241-1/+1
|/ / /
* | | Merge pull request #654 from typeless/fix-too-large-arrary-error•••Fix build failure on Windows/386mattn2018-10-241-1/+2
|\ \ \
| * | | Fix build failure on Windows/386•••The array size exceeds the address space of 32-bit platform. See https://github.com/mattn/go-sqlite3/issues/238 Mura Li2018-10-241-1/+2
|/ / /
* | | Merge pull request #439 from typeless/add-unlock-notify•••Add support for sqlite3_unlock_notifymattn2018-10-215-5/+441
|\ \ \
| * | | Rename the wrapper functions to not pollute the sqlite3_* namespaceMura Li2018-10-202-18/+18
| * | | Add support for sqlite3_unlock_notifyMura Li2018-10-205-5/+441
|/ / /
* | | Merge pull request #616 from jung-kurt/patch-1•••Update README: URL-encode connection optionsmattn2018-10-151-0/+1
|\ \ \
| * | | Update README: URL-encode connection options•••This change could save users from having to dig into source code to see how connection options are parsed.Kurt Jung2018-08-121-0/+1
* | | | Merge pull request #652 from rutsky/patch-1•••Remove extra backtick and fix Markdown formattingmattn2018-10-151-1/+1
|\ \ \ \
| * | | | Remove extra backtick and fix Markdown formattingVladimir Rutsky2018-10-141-1/+1
* | | | | Merge pull request #648 from emirb/patch-1•••Add Go 1.11 to Travis build matrixmattn2018-10-151-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add Go 1.11 to Travis build matrixEmir Beganović2018-10-091-0/+1
* | | | | Merge pull request #650 from relud/patch-1•••Fix typo in README.mdmattn2018-10-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo in README.mdDaniel Thorn2018-10-121-1/+1
|/ / / /
* | | | Merge pull request #645 from mattn/sqlite-amalgamation-3250200•••upgrade amalgamation codemattn2018-09-262-60/+88
|\ \ \ \
| * | | | upgrade amalgamation codeYasuhiro Matsumoto2018-09-262-60/+88
|/ / / /
* | | | Merge pull request #641 from akalin/fix-test-call•••Actually check the value of RunTestsmattn2018-09-251-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add fatal messageFrederick Akalin2018-09-221-1/+1
| * | | Actually check the value of RunTestsFrederick Akalin2018-09-221-1/+4
|/ / /