Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of ext/fts3/fts3_test.c
2019-04-13
| ||
16:50 | Fix a harmless compiler warning in test logic. file: [73b16e22] check-in: [c3932e66] user: drh branch: trunk, size: 17388 | |
04:38 | Use the 64-bit memory allocator interfaces in extensions, whenever possible. file: [5f65679c] check-in: [07ee06fd] user: drh branch: trunk, size: 17383 | |
2019-01-25
| ||
14:48 | Add an assert_fts3_nc() macro to fts3 - for assert() conditions that are only true when it is guaranteed that the fts3 database is not corrupt. file: [b6e9f3fd] check-in: [3498908c] user: dan branch: trunk, size: 17361 | |
2016-07-28
| ||
17:11 | Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. file: [79f2a7fb] check-in: [f2f1323c] user: mistachkin branch: callbackConv, size: 16641 | |
14:37 | Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. file: [7d8c9e17] check-in: [e8be3dfe] user: mistachkin branch: callbackConv, size: 16526 | |
2016-04-12
| ||
20:05 | More harmless compiler warning fixes. file: [a940cf10] check-in: [ab69527c] user: mistachkin branch: warnings, size: 16451 | |
2016-02-19
| ||
15:17 | Fix a couple of harmless warnings generated by clang. file: [11e36437] check-in: [a1a3ff1f] user: drh branch: trunk, size: 16445 | |
2013-11-12
| ||
17:46 | When possible, have FTS use 32-bit operations to read varints from the database. file: [8a3a78c4] check-in: [aa7ba302] user: dan branch: trunk, size: 16429 | |
2013-03-21
| ||
21:20 | Many spelling fixes in comments. No changes to code. file: [f9a1a170] check-in: [6f6e2d50] user: mistachkin branch: trunk, size: 15320 | |
2012-04-19
| ||
18:04 | Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. file: [348f7d08] check-in: [3281972e] user: drh branch: trunk, size: 15321 | |
2012-04-02
| ||
17:18 | Add #ifdefs to allow a test build to succeed even if SQLITE_ENABLE_FTS3 is not defined. file: [f153a121] check-in: [fb121980] user: drh branch: trunk, size: 15288 | |
2012-03-30
| ||
14:59 | Fix MSVC compiler warnings in test code. file: [f3ef8ae1] check-in: [cb7a8504] user: drh branch: trunk, size: 15148 | |
2012-03-05
| ||
16:24 | Fix a problem compiling the test code in fts3_test.c when SQLITE_ENABLE_FTS3 is not defined. file: [6b7cc68a] check-in: [b00ccda3] user: dan branch: trunk, size: 14999 | |
2012-03-03
| ||
18:46 | Add the xLanguageid method to sqlite3_fts3_tokenizer versions 1 and greater. file: [a026412a] check-in: [f8e9c445] user: dan branch: fts4-languageid, size: 14933 | |
2011-06-28
| ||
07:15 | Changes to allow FTS to be compiled as a loadable module again. file: [24fa13f3] check-in: [29e69f38] user: dan branch: trunk, size: 9113 | |
2011-06-20
| ||
17:24 | Fix various harmless compiler warnings in FTS3 and RTREE. file: [c0aae321] check-in: [fe62179e] user: drh branch: trunk, size: 9045 | |
11:15 | Fix a problem where FTS test code was not being included in the testfixture build when SQLITE_ENABLE_FTS4 was defined. file: [b66f6c17] check-in: [e539d08a] user: dan branch: trunk, size: 9071 | |
2011-06-15
| ||
13:02 | Fix so that the TCL test harness works even if SQLITE_ENABLE_FTS is omitted. file: [4e833729] check-in: [63ebcb52] user: drh branch: broken-build, size: 8983 | |
08:30 | Add an interface to better test incremental loading of doclists by FTS4. Also some tests for this and term prefix queries. file: [4c90a63c] check-in: [7a381313] user: dan branch: broken-build, size: 8951 | |
2011-06-13
| ||
09:11 | Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC". file: [9376cc86] check-in: [5f6b87f4] user: dan branch: fts3-prefix-search, size: 6837 Added | |