aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_fts3_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RenameGert-Jan Timmer2018-05-231-130/+0
| | | Renamed files containing current features.
* FTS4 is not available on TrustyZbigniew Mandziejewicz2016-04-231-1/+4
|
* Clean up tempfiles in testsLars Buitinck2015-11-031-2/+2
| | | | "go test" leaves no more clutter in /tmp.
* fix testsYasuhiro Matsumoto2015-11-021-1/+1
|
* Merge branch 'pr/207'Yasuhiro Matsumoto2015-11-021-1/+1
|\
| * Get reliable tempfile names from ioutil.TempFileLars Buitinck2015-06-051-1/+1
| | | | | | | | Also makes them easier to spot (the tests tend to litter /tmp).
* | Add FTS4 unicode61 tokenizer supportlooi2015-09-211-0/+44
|/
* Add FTS3 feature. Close #176Yasuhiro Matsumoto2015-02-241-0/+83