aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test/sqltest.go (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31Update README. Install go-sqlite3 to avoid builds with gccDavid Gamba1-0/+4
2015-10-09Store/retrieve timezones for time.Time values.Augusto Roman2-14/+34
2015-09-21Add FTS4 unicode61 tokenizer supportlooi2-1/+45
2015-09-16fix #238Yasuhiro Matsumoto1-2/+2
2015-09-16use math.MaxInt32. related issue #238Yasuhiro Matsumoto1-4/+3
2015-09-16fix build on 32bit OSs. Close #238Yasuhiro Matsumoto1-2/+4
2015-09-16remove binary fileYasuhiro Matsumoto2-0/+0
2015-09-15Implement support for aggregation functions implemented in Go.David Anderson5-33/+449
2015-09-04introduce ability to pass sqlite_omit_load_extensionJessica Frazelle3-17/+60
2015-08-25Fix test. Close #216mattn1-1/+3
2015-08-24Fix example to check the correct error valueMarc Campbell1-7/+7
2015-08-21Add support for interface{} arguments in Go SQLite functions.David Anderson3-5/+60
2015-08-21Implement support for variadic functions.David Anderson2-10/+55
2015-08-21Move argument converters to callback.go, and optimize return value handling.David Anderson4-152/+365
2015-08-21Implement support for passing Go functions as custom functions to SQLite.David Anderson5-6/+342
2015-08-20added icu extension supportPavel Zalunin2-0/+17
2015-08-16remove duplicated Closegmarik1-1/+0
2015-08-07Add fix for go-sqlite3 truncating 64-bit integers when compiled by 32-bit min...kiwih1-8/+8
2015-06-30update README.mdYasuhiro Matsumoto1-0/+4
2015-06-12hack to use libsqlite3Yasuhiro Matsumoto6-155256/+155278
2015-06-05Cosmetics: use WaitGroup instead of channel in testLars Buitinck1-7/+4
2015-06-05Test read-only databasesLars Buitinck1-0/+21
2015-06-05Clean up more tempfilesLars Buitinck1-0/+1
2015-06-05Fix doc commentLars Buitinck1-1/+1
2015-06-05Get reliable tempfile names from ioutil.TempFileLars Buitinck2-28/+29
2015-04-28remove -lpthread. related issue #201Yasuhiro Matsumoto1-1/+0
2015-04-15Remove debug codeYasuhiro Matsumoto1-2/+0
2015-04-15Z suffix should be no-opYasuhiro Matsumoto2-1/+42
2015-04-13Add a txlock option when opening databases (v2)Serge Hallyn2-9/+62
2015-04-12Fix NULs in text.Egon Elbre2-1/+42
2015-03-23Change strlen(s) > 0 => *s != '\000'.Lars Buitinck1-1/+1
2015-03-23Less C/Go border crossing to get database changesLars Buitinck1-18/+22
2015-03-24Implement number-named parameters. Close #187mattn2-3/+55
2015-03-22Revert a6c208564eccf3c6743f608ef88398a4ca84c5ebmattn2-77/+3
2015-03-22Remove debug messagemattn1-1/+0
2015-03-22Fix hang in testmattn1-11/+12
2015-03-22Fix buildmattn2-4/+5
2015-03-22Should use C.int()mattn1-1/+1
2015-03-22revert 5253daf8561a6ca5015fd5ce79e4367912146be9 and add _busy_timeout query p...mattn1-20/+25
2015-03-22Fix testmattn1-1/+1
2015-03-22Support $NNN-style named parameter. Close #187mattn2-4/+93
2015-03-19Next() should wait while BUSY or LOCKED because return value is boolmattn1-9/+17
2015-03-12Apply -lpthread withou windows.Yasuhiro Matsumoto3-2/+2
2015-03-11Link against pthreadStéphane Graber1-0/+1
2015-03-11Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber7-5/+7
2015-03-05Correct HasPrefix method nameAntoni Rościszewski1-1/+1
2015-03-06Don't modify dsn when has prefix file:mattn1-1/+3
2015-03-05Fix filename with loc parameterYasuhiro Matsumoto1-1/+1
2015-03-05Fix testYasuhiro Matsumoto1-3/+3
2015-03-05Remove test dupYasuhiro Matsumoto1-96/+0