aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Remove test dupYasuhiro Matsumoto2015-03-051-96/+0
* Fix loc parsingmix32015-03-051-2/+2
* Add testmix32015-03-051-0/+96
* Add testYasuhiro Matsumoto2015-03-051-0/+97
* Fixed bug for loc parametermattn2015-03-051-10/+7
* Add loc=XXX parameters to handle timezoneYasuhiro Matsumoto2015-03-041-0/+65
* Fix testmattn2015-01-261-1/+1
* Fix testmattn2015-01-261-1/+1
* Add test for Versionmattn2015-01-261-0/+7
* Handle 13 digit datetime valuesIan Bishop2015-01-021-0/+1
* Fix for sqlite3_test import.Paweł Błaszczyk2014-08-201-1/+1
* Add one blank line for godocmattn2014-08-181-0/+1