Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts3/fts3_test.c
2025-03-06
| ||
13:38 | [cc329471e5] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 17390) | |
2024-07-31
| ||
13:00 | [7a9cb3d617] part of check-in [d5523c77fd] Fix problems uncovered while testing Tcl9 on Windows. (check-in: [d5523c77fd] user: drh branch: tcl9, size: 17381) | |
2024-07-30
| ||
15:49 | [a17e6c6249] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 17400) | |
2021-03-29
| ||
20:04 | [d8d7b2734f] part of check-in [004559544e] Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt. (check-in: [004559544e] user: dan branch: trunk, size: 17415) | |
2019-04-13
| ||
16:50 | [73b16e229e] part of check-in [c3932e6604] Fix a harmless compiler warning in test logic. (check-in: [c3932e6604] user: drh branch: trunk, size: 17388) | |
04:38 | [5f65679c19] part of check-in [07ee06fd39] Use the 64-bit memory allocator interfaces in extensions, whenever possible. (check-in: [07ee06fd39] user: drh branch: trunk, size: 17383) | |
2019-01-25
| ||
14:48 | [b6e9f3fd71] part of check-in [3498908cd7] 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. (check-in: [3498908cd7] user: dan branch: trunk, size: 17361) | |
2016-07-28
| ||
17:11 | [79f2a7fbb3] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 16641) | |
14:37 | [7d8c9e17bc] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 16526) | |
2016-04-12
| ||
20:05 | [a940cf104d] part of check-in [ab69527c16] More harmless compiler warning fixes. (check-in: [ab69527c16] user: mistachkin branch: warnings, size: 16451) | |
2016-02-19
| ||
15:17 | [11e36437b0] part of check-in [a1a3ff1f53] Fix a couple of harmless warnings generated by clang. (check-in: [a1a3ff1f53] user: drh branch: trunk, size: 16445) | |
2013-11-12
| ||
17:46 | [8a3a78c445] part of check-in [aa7ba302ed] When possible, have FTS use 32-bit operations to read varints from the database. (check-in: [aa7ba302ed] user: dan branch: trunk, size: 16429) | |
2013-03-21
| ||
21:20 | [f9a1a1702d] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 15320) | |
2012-04-19
| ||
18:04 | [348f7d08ca] part of check-in [3281972eaa] Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. (check-in: [3281972eaa] user: drh branch: trunk, size: 15321) | |
2012-04-02
| ||
17:18 | [f153a121c7] part of check-in [fb121980e4] Add #ifdefs to allow a test build to succeed even if SQLITE_ENABLE_FTS3 is not defined. (check-in: [fb121980e4] user: drh branch: trunk, size: 15288) | |
2012-03-30
| ||
14:59 | [f3ef8ae1b8] part of check-in [cb7a850439] Fix MSVC compiler warnings in test code. (check-in: [cb7a850439] user: drh branch: trunk, size: 15148) | |
2012-03-05
| ||
16:24 | [6b7cc68aef] part of check-in [b00ccda307] Fix a problem compiling the test code in fts3_test.c when SQLITE_ENABLE_FTS3 is not defined. (check-in: [b00ccda307] user: dan branch: trunk, size: 14999) | |
2012-03-03
| ||
18:46 | [a026412a41] part of check-in [f8e9c445dd] Add the xLanguageid method to sqlite3_fts3_tokenizer versions 1 and greater. (check-in: [f8e9c445dd] user: dan branch: fts4-languageid, size: 14933) | |
2011-06-28
| ||
07:15 | [24fa13f330] part of check-in [29e69f389c] Changes to allow FTS to be compiled as a loadable module again. (check-in: [29e69f389c] user: dan branch: trunk, size: 9113) | |
2011-06-20
| ||
17:24 | [c0aae3219d] part of check-in [fe62179efd] Fix various harmless compiler warnings in FTS3 and RTREE. (check-in: [fe62179efd] user: drh branch: trunk, size: 9045) | |
11:15 | [b66f6c17f3] part of check-in [e539d08a4d] Fix a problem where FTS test code was not being included in the testfixture build when SQLITE_ENABLE_FTS4 was defined. (check-in: [e539d08a4d] user: dan branch: trunk, size: 9071) | |
2011-06-15
| ||
13:02 | [4e833729c1] part of check-in [63ebcb52a1] Fix so that the TCL test harness works even if SQLITE_ENABLE_FTS is omitted. (check-in: [63ebcb52a1] user: drh branch: broken-build, size: 8983) | |
08:30 | [4c90a63c11] part of check-in [7a3813138d] Add an interface to better test incremental loading of doclists by FTS4. Also some tests for this and term prefix queries. (check-in: [7a3813138d] user: dan branch: broken-build, size: 8951) | |
2011-06-13
| ||
09:11 | Added: [9376cc8654] part of check-in [5f6b87f420] Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC". (check-in: [5f6b87f420] user: dan branch: fts3-prefix-search, size: 6837) | |