| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #549 from mjtrangoni/fix-linter-issues | mattn | 2018-04-17 | 1 | -7/+4 |
| |\ | |||||
| | * | fix small codespell issue | Mario Trangoni | 2018-04-17 | 1 | -1/+1 |
| | * | fix all gosimple issues | Mario Trangoni | 2018-04-17 | 1 | -6/+3 |
| * | | Move RegisterAggregator implementation | Kenneth Shaw | 2017-11-05 | 1 | -0/+60 |
| * | | Merge branch 'master' into master | mattn | 2017-08-30 | 1 | -14/+568 |
| |\| | |||||
| | * | Improved TestNilAndEmptyBytes | Greg Holt | 2017-08-21 | 1 | -1/+3 |
| | * | Added TestNilAndEmptyBytes | Greg Holt | 2017-08-21 | 1 | -0/+54 |
| | * | fix test | Yasuhiro Matsumoto | 2017-08-02 | 1 | -34/+35 |
| | * | ignore errors in teardown | Yasuhiro Matsumoto | 2017-08-02 | 1 | -2/+2 |
| | * | fix tests on tip | Yasuhiro Matsumoto | 2017-08-02 | 1 | -14/+420 |
| | * | Add connection option for recursive triggers | Ross Light | 2017-07-09 | 1 | -0/+29 |
| | * | Incorporate original PR 271 from https://github.com/brokensandals | Jason Abbott | 2017-07-03 | 1 | -0/+61 |
| | * | Don't convert Unix times to nanoseconds when querying datetime fields. Fixes ... | deepilla | 2017-06-30 | 1 | -0/+1 |
| * | | Add support for collation sequences implemented in Go. | David Anderson | 2017-06-08 | 1 | -0/+121 |
| |/ | |||||
| * | Add _foreign_keys connection parameter | Ross Light | 2017-04-01 | 1 | -0/+29 |
| * | not use underscore | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 |
| * | fix test | Yasuhiro Matsumoto | 2017-01-19 | 1 | -60/+0 |
| * | go vet && golint | Yasuhiro Matsumoto | 2016-11-06 | 1 | -21/+21 |
| * | separate test | Yasuhiro Matsumoto | 2016-11-04 | 1 | -36/+0 |
| * | support named params | Yasuhiro Matsumoto | 2016-11-04 | 1 | -3/+3 |
| * | implement go18 Pinger | Yasuhiro Matsumoto | 2016-11-03 | 1 | -0/+16 |
| * | TestAggregatorRegistration may fail if trace feature is not implemented | Yasuhiro Matsumoto | 2016-09-08 | 1 | -1/+2 |
| * | Fix testing message at TestInsert and TestUpdate | yoza | 2016-03-14 | 1 | -2/+2 |
| * | Test SQLiteRows.DeclTypes() | Zac Medico | 2016-03-07 | 1 | -0/+35 |
| * | Clean up tempfiles in tests | Lars Buitinck | 2015-11-03 | 1 | -21/+21 |
| * | Merge branch 'master' of https://github.com/mattn/go-sqlite3 | Yasuhiro Matsumoto | 2015-11-02 | 1 | -3/+23 |
| |\ | |||||
| | * | Store/retrieve timezones for time.Time values. | Augusto Roman | 2015-10-09 | 1 | -3/+23 |
| * | | fix tests | Yasuhiro Matsumoto | 2015-11-02 | 1 | -2/+1 |
| * | | Merge branch 'pr/207' | Yasuhiro Matsumoto | 2015-11-02 | 1 | -26/+50 |
| |\ \ | |/ |/| | |||||
| | * | Test read-only databases | Lars Buitinck | 2015-06-05 | 1 | -0/+21 |
| | * | Clean up more tempfiles | Lars Buitinck | 2015-06-05 | 1 | -0/+1 |
| | * | Get reliable tempfile names from ioutil.TempFile | Lars Buitinck | 2015-06-05 | 1 | -27/+28 |
| * | | Merge pull request #229 from danderson/master | mattn | 2015-09-16 | 1 | -0/+212 |
| |\ \ | |||||
| | * | | Implement support for aggregation functions implemented in Go. | David Anderson | 2015-09-15 | 1 | -0/+59 |
| | * | | Add support for interface{} arguments in Go SQLite functions. | David Anderson | 2015-08-21 | 1 | -0/+28 |
| | * | | Implement support for variadic functions. | David Anderson | 2015-08-21 | 1 | -0/+13 |
| | * | | Move argument converters to callback.go, and optimize return value handling. | David Anderson | 2015-08-21 | 1 | -47/+51 |
| | * | | Implement support for passing Go functions as custom functions to SQLite. | David Anderson | 2015-08-21 | 1 | -0/+108 |
| | |/ | |||||
| * / | Fix test. Close #216 | mattn | 2015-08-25 | 1 | -1/+3 |
| |/ | |||||
| * | Remove debug code | Yasuhiro Matsumoto | 2015-04-15 | 1 | -2/+0 |
| * | Z suffix should be no-op | Yasuhiro Matsumoto | 2015-04-15 | 1 | -1/+41 |
| * | Merge pull request #194 from hallyn/tximm.2 | mattn | 2015-04-14 | 1 | -5/+39 |
| |\ | |||||
| | * | Add a txlock option when opening databases (v2) | Serge Hallyn | 2015-04-13 | 1 | -5/+39 |
| * | | Fix NULs in text. | Egon Elbre | 2015-04-12 | 1 | -0/+39 |
| |/ | |||||
| * | Implement number-named parameters. Close #187 | mattn | 2015-03-24 | 1 | -0/+36 |
| * | Revert a6c208564eccf3c6743f608ef88398a4ca84c5eb | mattn | 2015-03-22 | 1 | -36/+0 |
| * | Fix build | mattn | 2015-03-22 | 1 | -3/+3 |
| * | Fix test | mattn | 2015-03-22 | 1 | -1/+1 |
| * | Support $NNN-style named parameter. Close #187 | mattn | 2015-03-22 | 1 | -0/+36 |
| * | Fix test | Yasuhiro Matsumoto | 2015-03-05 | 1 | -3/+3 |
