dan
|
b20a42e316
|
Update the spellfix virtual table extension so that an explicit "top = ?" constraint works even if there is also a "distance < ?" or "distance <= ?" constraint.
FossilOrigin-Name: 0888838371608558f31d5bcb5fed1c8861aa52c1
|
2015-08-05 15:29:32 +00:00 |
|
dan
|
88d702e6bd
|
Add "ON CONFLICT" handling to the spellfix module.
FossilOrigin-Name: 1d04def785b6031de68b7f199d400cbb5c76caea
|
2015-06-24 17:21:52 +00:00 |
|
mistachkin
|
7bb22ac7ff
|
Silence some harmless uninitialized local variable warnings.
FossilOrigin-Name: 44375a34e59d1b0f0d765a99dcc7e6f30a4be7f7
|
2015-01-12 19:59:12 +00:00 |
|
drh
|
5ab567078a
|
Enhance the spellfix extension with the ability to specify a rowid when
inserting new rows.
FossilOrigin-Name: 369c480cda6fa66394b995346bbf51f3298446e1
|
2014-08-22 11:11:30 +00:00 |
|
drh
|
f5d87f77e2
|
Fix the index name for the shadow tables in the spellfix1 extension so that
multiple instances of the spellfix1 virtual table can each have their own
index.
FossilOrigin-Name: 438c348a40383796a710499e4e1b7a6b08f75778
|
2014-07-22 16:00:49 +00:00 |
|
drh
|
dc90d3d8af
|
Always include the ctype.h header in the spellfix.c extension.
FossilOrigin-Name: bfd75f471a607b442d8cd8a7070491a158e8fb1a
|
2014-03-05 19:36:52 +00:00 |
|
drh
|
0211d8bca4
|
Change the spellfix1 virtual table to deterministically names its shadow
tables.
FossilOrigin-Name: 5219cdfc56ec3e1cd645ae6443ba72ce0df0339a
|
2014-02-06 13:18:51 +00:00 |
|
dan
|
a8a0617e06
|
Update the spellfix virtual table to optimize queries of the form "SELECT ... FROM tbl WHERE rowid=?".
FossilOrigin-Name: a0ba55ff0596c5f15e9cdb254c68ef50df2dfaad
|
2014-01-22 17:43:16 +00:00 |
|
drh
|
f8396b201c
|
Fix an error message in the spellfix extension so that it conforms to the
style of error messages in the core.
FossilOrigin-Name: b896ae3d2787c370be3ff5d09da7d631a16d3a2a
|
2013-11-12 01:11:56 +00:00 |
|
drh
|
580d7dc71d
|
Adjust the costs in the xBestIndex function of the spellfix1 virtual table
to force the use of the MATCH term if it is available.
FossilOrigin-Name: f003bea9fe1b79e2b4d18fbef86c1d8f0f60e4b6
|
2013-07-09 15:56:44 +00:00 |
|
dan
|
11f71d6ae4
|
Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defined.
FossilOrigin-Name: 00231fb0127960d700de3549e34e82f8ec1b5819
|
2013-05-15 18:34:17 +00:00 |
|
drh
|
015db9c859
|
Remove spellfix virtual table documentation from the source tree.
Reference the separate documentation on the website instead.
FossilOrigin-Name: adcf78909ff9064b6e3c4dd15ccd3245c8cf270b
|
2013-04-27 18:06:40 +00:00 |
|
drh
|
ea41dc44c5
|
Added the nextchar.c extension. Minor changes to the spellfix.c extension
so that it can be appended to an amalgamation and compiled without duplicating
symbols.
FossilOrigin-Name: 56b9a417f5451631f11c5206d625f11472ee65f9
|
2013-04-25 19:31:33 +00:00 |
|
drh
|
b7045ab2ed
|
Move the test_spellfix.c module to ext/misc/spellfix.c.
FossilOrigin-Name: de556add10150140981a2e34b3712e96a7c262e3
|
2013-04-25 14:59:01 +00:00 |
|