Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Added financial contributors to the README | Jess | 2019-10-30 | 1 | -0/+31 | |
|/ / | ||||||
* | | Update FUNDING.yml | mattn | 2019-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #750 from tpounds/add-new-go-vers | mattn | 2019-10-08 | 1 | -0/+2 | |
|\ \ | | | | | | | Add Go 1.12.x/1.13.x to CI | |||||
| * | | Add Go 1.12.x/1.13.x to CI. | Trevor Pounds | 2019-10-07 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #747 from azavorotnii/open_journal_mode | mattn | 2019-09-24 | 1 | -6/+7 | |
|\ \ | |/ |/| | Fix Open() journal mode regression | |||||
| * | Fix typo in "_locking_mode" DSN handling | Andrii Zavorotnii | 2019-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Open() journal mode regression | Andrii Zavorotnii | 2019-09-23 | 1 | -5/+6 | |
|/ | | | | | | | | | | | | | | [why] see https://github.com/mattn/go-sqlite3/issues/607 SQLite default journal mode is DELETE, but forcing it on open causes "database is locked" if other connection exists with WAL mode, for example. [how] Don't set DELETE mode if not set in DSN explicitly. [testing] Run tests in my project where WAL mode is used. | |||||
* | Fix memory leak in ExpandedSQL (#738) | Gert-Jan Timmer | 2019-08-22 | 1 | -0/+1 | |
| | | | Fixes: #733 | |||||
* | Fixed operator | G.J.R. Timmer | 2019-08-22 | 1 | -2/+2 | |
| | ||||||
* | Fix _auth_* parameter check | G.J.R. Timmer | 2019-08-22 | 2 | -3/+27 | |
| | | | Fixes: #724 | |||||
* | Closes #597 | G.J.R. Timmer | 2019-08-22 | 8 | -9/+623 | |
| | ||||||
* | Merge pull request #734 from gwd/out/fix-libsqlite3-darwin-build | mattn | 2019-08-20 | 1 | -0/+1 | |
|\ | | | | | darwin/libsqlite3: Also use the homebrew include path | |||||
| * | darwin/libsqlite3: Also use the homebrew include path | George Dunlap | 2019-08-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building on darwin with the `libsqlite3` tag, go-sqlite3 adds the homebrew library path. It does not, however, add the homebrew include path, which means that the MacOS sqlite3 header is used instead. On my system, this results in build errors that look like this: ./sqlite3_load_extension.go:25:8: could not determine kind of name for C.sqlite3_enable_load_extension ./sqlite3_load_extension.go:33:8: could not determine kind of name for C.sqlite3_load_extension Add the homebrew include path as well, so that he header matches the libraries we're using. Signed-off-by: George Dunlap <george.dunlap@citrix.com> | |||||
* | | Merge pull request #735 from mahler/master | mattn | 2019-08-20 | 1 | -1/+1 | |
|\ \ | |/ |/| | Issue #651: Fix of typo | |||||
| * | Issue #651: Fix of typo | = | 2019-08-19 | 1 | -1/+1 | |
|/ | | | | https://github.com/mattn/go-sqlite3/issues/651 | |||||
* | Merge pull request #732 from mattn/sqlite-amalgamation-3290000 | mattn | 2019-07-16 | 2 | -3110/+4060 | |
|\ | | | | | upgrade amalgamation code | |||||
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2019-07-16 | 2 | -3110/+4060 | |
|/ | ||||||
* | Merge pull request #731 from Jason-Cooke/patch-1 | mattn | 2019-07-09 | 1 | -1/+1 | |
|\ | | | | | docs: fix typo | |||||
| * | docs: fix typo | Jason Cooke | 2019-07-09 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #727 from MichaelS11/master | mattn | 2019-06-20 | 3 | -11/+238 | |
|\ | | | | | Updated Ping and doTestOpen. Added TestOpenContext and TestFileCopyTruncate | |||||
| * | Updated Ping to return ErrBadConn | MichaelS11 | 2019-06-19 | 3 | -11/+238 | |
|/ | | | | | | Added TestOpenContext Added TestFileCopyTruncate Added ping to doTestOpen | |||||
* | Merge pull request #725 from auxten/patch-1 | mattn | 2019-06-17 | 1 | -1/+1 | |
|\ | | | | | Fix typo in readme | |||||
| * | Fix typo in readme | auxten | 2019-06-17 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #680 from rittneje/improve-faq-in-memory-shared-cache | mattn | 2019-05-29 | 1 | -4/+8 | |
|\ | | | | | improve FAQ re: in-memory databases | |||||
| * | more code formatting | Jesse Rittner | 2019-01-04 | 1 | -2/+2 | |
| | | ||||||
| * | adding additional info to FAQ about in-memory databases | Jesse Rittner | 2019-01-04 | 1 | -2/+6 | |
| | | ||||||
* | | Create FUNDING.yml | mattn | 2019-05-24 | 1 | -0/+8 | |
| | | ||||||
* | | Merge pull request #716 from mattn/fix-variadic | mattn | 2019-05-11 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix type of variadic | |||||
| * | | Fix type of variadic | Yasuhiro Matsumoto | 2019-05-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #712 from mattn/sqlite-amalgamation-3280000 | mattn | 2019-04-24 | 3 | -3677/+4759 | |
|\ \ | | | | | | | upgrade amalgamation code | |||||
| * | | upgrade amalgamation code | Yasuhiro Matsumoto | 2019-04-24 | 3 | -3677/+4759 | |
|/ / | ||||||
* | | Merge pull request #702 from mattn/sqlite-amalgamation-3270200 | mattn | 2019-03-15 | 2 | -3936/+5265 | |
|\ \ | | | | | | | upgrade amalgamation code | |||||
| * | | upgrade amalgamation code | Yasuhiro Matsumoto | 2019-03-15 | 2 | -3936/+5265 | |
|/ / | ||||||
* | | Merge pull request #695 from mattn/fix-typo | mattn | 2019-02-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix typo | |||||
| * | | Fix typo | Yasuhiro Matsumoto | 2019-02-18 | 1 | -1/+1 | |
|/ / | | | | | | | [ci skip] | |||||
* | | Merge pull request #693 from egonelbre/unify-travis-runs | mattn | 2019-02-11 | 1 | -19/+8 | |
|\ \ | | | | | | | Unify travis runs | |||||
| * | | Remove separate go build | Egon Elbre | 2019-02-10 | 1 | -1/+0 | |
| | | | ||||||
| * | | Faster travis running | Egon Elbre | 2019-02-10 | 1 | -18/+8 | |
| |/ | ||||||
* | | Merge pull request #692 from mattn/fix-688 | mattn | 2019-02-11 | 2 | -2/+21 | |
|\ \ | |/ |/| | Fix 688 | |||||
| * | Print type of result | Yasuhiro Matsumoto | 2019-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | Add test | Yasuhiro Matsumoto | 2019-02-11 | 1 | -0/+20 | |
| | | ||||||
| * | column_type SQLITE_TEXT returned as string by default | Dimitri Roche | 2019-02-11 | 1 | -8/+1 | |
| | | ||||||
| * | column types text, varchar, *char return as strings: | Dimitri Roche | 2019-02-11 | 1 | -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-a | mattn | 2019-01-05 | 1 | -1/+1 | |
|\ | | | | | Fix typo in README | |||||
| * | Fix typo in README | Masataka Pocke Kuwabara | 2019-01-04 | 1 | -1/+1 | |
|/ | | | | s/an/a/ | |||||
* | Merge pull request #675 from mattn/sqlite-amalgamation-3260000 | mattn | 2018-12-18 | 3 | -659/+2152 | |
|\ | | | | | upgrade amalgamation code | |||||
| * | upgrade amalgamation code | Yasuhiro Matsumoto | 2018-12-18 | 3 | -659/+2152 | |
|/ | ||||||
* | Merge pull request #673 from rittneje/revert-671 | mattn | 2018-12-09 | 2 | -16/+64 | |
|\ | | | | | Revert 671 | |||||
| * | fixed typo | Jesse Rittner | 2018-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | adding unit test | Jesse Rittner | 2018-12-08 | 1 | -0/+58 | |
| | |