aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * adding additional info to FAQ about in-memory databasesJesse Rittner2019-01-041-2/+6
| |
* | Create FUNDING.ymlmattn2019-05-241-0/+8
| |
* | Merge pull request #716 from mattn/fix-variadicmattn2019-05-111-1/+1
|\ \ | | | | | | Fix type of variadic
| * | Fix type of variadicYasuhiro Matsumoto2019-05-101-1/+1
|/ /
* | Merge pull request #712 from mattn/sqlite-amalgamation-3280000mattn2019-04-243-3669/+4751
|\ \ | | | | | | upgrade amalgamation code
| * | upgrade amalgamation codeYasuhiro Matsumoto2019-04-243-3669/+4751
|/ /
* | Merge pull request #702 from mattn/sqlite-amalgamation-3270200mattn2019-03-152-3933/+5262
|\ \ | | | | | | upgrade amalgamation code
| * | upgrade amalgamation codeYasuhiro Matsumoto2019-03-152-3933/+5262
|/ /
* | Merge pull request #695 from mattn/fix-typomattn2019-02-181-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoYasuhiro Matsumoto2019-02-181-1/+1
|/ / | | | | | | [ci skip]
* | Merge pull request #693 from egonelbre/unify-travis-runsmattn2019-02-111-19/+8
|\ \ | | | | | | Unify travis runs
| * | Remove separate go buildEgon Elbre2019-02-101-1/+0
| | |
| * | Faster travis runningEgon Elbre2019-02-101-18/+8
| |/
* | Merge pull request #692 from mattn/fix-688mattn2019-02-112-2/+21
|\ \ | |/ |/| Fix 688
| * Print type of resultYasuhiro Matsumoto2019-02-111-1/+1
| |
| * Add testYasuhiro Matsumoto2019-02-111-0/+20
| |
| * column_type SQLITE_TEXT returned as string by defaultDimitri Roche2019-02-111-8/+1
| |
| * column types text, varchar, *char return as strings:Dimitri Roche2019-02-111-2/+8
|/ | | | | | | As opposed to []byte arrays. This brings sqlite closer in line with other dbs like postgres, allowing downstream consumers to assume the scanned value is string across underlying dbs.
* Merge pull request #679 from pocke/an-amattn2019-01-051-1/+1
|\ | | | | Fix typo in README
| * Fix typo in READMEMasataka Pocke Kuwabara2019-01-041-1/+1
|/ | | | s/an/a/
* Merge pull request #675 from mattn/sqlite-amalgamation-3260000mattn2018-12-183-654/+2147
|\ | | | | upgrade amalgamation code
| * upgrade amalgamation codeYasuhiro Matsumoto2018-12-183-654/+2147
|/
* Merge pull request #673 from rittneje/revert-671mattn2018-12-092-16/+64
|\ | | | | Revert 671
| * 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 ↵Jesse Rittner2018-12-081-16/+6
|/ | | | | | is not rw" This reverts commit 03b96a53baf1987fe52b653ce0d1817e549259b8.
* Merge pull request #671 from mattn/fix667mattn2018-12-071-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 rwYasuhiro Matsumoto2018-12-071-6/+16
|/ | | | | Fixes #667 Fixes #669
* Merge pull request #670 from mattn/close-dbmattn2018-12-071-0/+3
|\ | | | | Close db even if sqlite3_open_v2 return non-zero.
| * Close db even if sqlite3_open_v2 return non-zero.Yasuhiro Matsumoto2018-12-071-0/+3
|/
* Merge pull request #626 from otoolep/fix_data_racemattn2018-11-221-0/+2
|\ | | | | Fix data race in AutoCommit()
| * Fix data race in AutoCommit()Philip O'Toole2018-08-301-0/+2
| | | | | | | | Detected via https://circleci.com/gh/rqlite/rqlite/2223.
* | Merge pull request #643 from akalin/zero-length-blobmattn2018-11-222-1/+32
|\ \ | | | | | | Distinguish between NULL and zero-length blobs on query
| * | 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-conversionmattn2018-11-221-7/+2
|\ \ \ | | | | | | | | Clean up blob to byte slice conversion
| * | | Use GoBytesFrederick Akalin2018-09-221-7/+2
| |/ /
* | | Merge pull request #665 from mjtrangoni/fix-gometalinter-issuesmattn2018-11-225-13/+8
|\ \ \ | | | | | | | | Fix gometalinter issues
| * | | 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.Mario Trangoni2018-11-213-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-1mattn2018-11-181-1/+1
|\ \ \ | | | | | | | | updating Windows TDM-GCC link to properly render
| * | | updating link to properly renderbk5212342018-11-171-1/+1
|/ / / | | | | | | fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)".
* | | update README.mdYasuhiro Matsumoto2018-11-091-3/+1
| | |
* | | Merge pull request #657 from kevinburke/compile-tipmattn2018-11-023-4/+5
|\ \ \ | | | | | | | | travis.yml: build Go tip
| * | | all: fix cgo compile failures on tipKevin Burke2018-11-013-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-v2mattn2018-10-241-1/+1
|\ \ \ | | | | | | | | Fix build failure of incorrect expression for unsafe.Sizeof
| * | | Fix build failure of incorrect expression for unsafe.SizeofMura Li2018-10-241-1/+1
|/ / /
* | | Merge pull request #654 from typeless/fix-too-large-arrary-errormattn2018-10-241-1/+2
|\ \ \ | | | | | | | | Fix build failure on Windows/386