aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #549 from mjtrangoni/fix-linter-issuesmattn2018-04-171-7/+4
|\
| * fix small codespell issueMario Trangoni2018-04-171-1/+1
| * fix all gosimple issuesMario Trangoni2018-04-171-6/+3
* | Move RegisterAggregator implementationKenneth Shaw2017-11-051-0/+60
* | Merge branch 'master' into mastermattn2017-08-301-14/+568
|\|
| * Improved TestNilAndEmptyBytesGreg Holt2017-08-211-1/+3
| * Added TestNilAndEmptyBytesGreg Holt2017-08-211-0/+54
| * fix testYasuhiro Matsumoto2017-08-021-34/+35
| * ignore errors in teardownYasuhiro Matsumoto2017-08-021-2/+2
| * fix tests on tipYasuhiro Matsumoto2017-08-021-14/+420
| * Add connection option for recursive triggersRoss Light2017-07-091-0/+29
| * Incorporate original PR 271 from https://github.com/brokensandalsJason Abbott2017-07-031-0/+61
| * Don't convert Unix times to nanoseconds when querying datetime fields. Fixes ...deepilla2017-06-301-0/+1
* | Add support for collation sequences implemented in Go.David Anderson2017-06-081-0/+121
|/
* Add _foreign_keys connection parameterRoss Light2017-04-011-0/+29
* not use underscoreYasuhiro Matsumoto2017-03-051-2/+2
* fix testYasuhiro Matsumoto2017-01-191-60/+0
* go vet && golintYasuhiro Matsumoto2016-11-061-21/+21
* separate testYasuhiro Matsumoto2016-11-041-36/+0
* support named paramsYasuhiro Matsumoto2016-11-041-3/+3
* implement go18 PingerYasuhiro Matsumoto2016-11-031-0/+16
* TestAggregatorRegistration may fail if trace feature is not implementedYasuhiro Matsumoto2016-09-081-1/+2
* Fix testing message at TestInsert and TestUpdateyoza2016-03-141-2/+2
* Test SQLiteRows.DeclTypes()Zac Medico2016-03-071-0/+35
* Clean up tempfiles in testsLars Buitinck2015-11-031-21/+21
* Merge branch 'master' of https://github.com/mattn/go-sqlite3Yasuhiro Matsumoto2015-11-021-3/+23
|\
| * Store/retrieve timezones for time.Time values.Augusto Roman2015-10-091-3/+23
* | fix testsYasuhiro Matsumoto2015-11-021-2/+1
* | Merge branch 'pr/207'Yasuhiro Matsumoto2015-11-021-26/+50
|\ \ | |/ |/|
| * Test read-only databasesLars Buitinck2015-06-051-0/+21
| * Clean up more tempfilesLars Buitinck2015-06-051-0/+1
| * Get reliable tempfile names from ioutil.TempFileLars Buitinck2015-06-051-27/+28
* | Merge pull request #229 from danderson/mastermattn2015-09-161-0/+212
|\ \
| * | Implement support for aggregation functions implemented in Go.David Anderson2015-09-151-0/+59
| * | Add support for interface{} arguments in Go SQLite functions.David Anderson2015-08-211-0/+28
| * | Implement support for variadic functions.David Anderson2015-08-211-0/+13
| * | Move argument converters to callback.go, and optimize return value handling.David Anderson2015-08-211-47/+51
| * | Implement support for passing Go functions as custom functions to SQLite.David Anderson2015-08-211-0/+108
| |/
* / Fix test. Close #216mattn2015-08-251-1/+3
|/
* Remove debug codeYasuhiro Matsumoto2015-04-151-2/+0
* Z suffix should be no-opYasuhiro Matsumoto2015-04-151-1/+41
* Merge pull request #194 from hallyn/tximm.2mattn2015-04-141-5/+39
|\
| * Add a txlock option when opening databases (v2)Serge Hallyn2015-04-131-5/+39
* | Fix NULs in text.Egon Elbre2015-04-121-0/+39
|/
* Implement number-named parameters. Close #187mattn2015-03-241-0/+36
* Revert a6c208564eccf3c6743f608ef88398a4ca84c5ebmattn2015-03-221-36/+0
* Fix buildmattn2015-03-221-3/+3
* Fix testmattn2015-03-221-1/+1
* Support $NNN-style named parameter. Close #187mattn2015-03-221-0/+36
* Fix testYasuhiro Matsumoto2015-03-051-3/+3