Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts3/fts3_snippet.c
2025-04-15
| ||
11:06 | [627d564878] part of check-in [aecc0100ce] Avoid a potential integer overflow in non-default builds of the fts3 matchinfo() function. (check-in: [aecc0100ce] user: dan branch: trunk, size: 59006) | |
2025-03-14
| ||
23:20 | [55506af9c6] part of check-in [bb00b97398] In FTS3, rename the MatchinfoBuffer.aMatchinfo field to aMI, to avoid confusing it with MatchInfo.aMatchinfo. Make aMI a flexiable array. (check-in: [bb00b97398] user: drh branch: flex-array, size: 58982) | |
21:15 | [53cb456dbf] part of check-in [ddfa87c179] Fix one of two flexible arrays in FTS3. (check-in: [ddfa87c179] user: drh branch: flex-array, size: 59075) | |
2025-02-25
| ||
20:55 | [ac402ba81c] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 58897) | |
2025-02-05
| ||
16:08 | [7a3d5e2cef] part of check-in [9f28f6694f] Fix a harmless unused-parameter compiler warning introduced by [75f3d8744879]. (check-in: [9f28f6694f] user: drh branch: trunk, size: 58896) | |
2025-02-03
| ||
23:19 | [92196bd594] part of check-in [75f3d87448] Fix a potential UAF in FTS3. (check-in: [75f3d87448] user: drh branch: trunk, size: 58867) | |
2024-08-08
| ||
15:07 | [c38117a2e4] part of check-in [797b0a13fd] Add assert() statements and reorganize code slightly in fts3 and fts5 to make it easier to follow. (check-in: [797b0a13fd] user: dan branch: trunk, size: 58088) | |
2024-04-09
| ||
19:23 | [610328fe12] part of check-in [6d2c7ac4ec] Fix a "shift exponent is too large" usan error that could occur in the fts3 snippet() function when a query phrase contains more than 64 tokens. (check-in: [6d2c7ac4ec] user: dan branch: trunk, size: 58054) | |
2023-01-25
| ||
13:42 | [4d6523e3ed] part of check-in [a8c91c132f] Fix another problem with fts3/4 auxiliary functions and NEAR expressions that consist entirely of deferred tokens. (check-in: [a8c91c132f] user: dan branch: trunk, size: 58033) | |
2021-11-04
| ||
18:04 | [f9a8149173] part of check-in [2fad2a8952] Fix a crash that could occur in fts3 when processing a corrupt database. (check-in: [2fad2a8952] user: dan branch: trunk, size: 57889) | |
2021-10-20
| ||
11:40 | [dd267a96a0] part of check-in [7b7d31a615] Fix a case in the fts3 offsets() function where a corrupt database record could lead to dereferencing an uninitialized pointer. (check-in: [7b7d31a615] user: dan branch: trunk, size: 57895) | |
2021-10-04
| ||
15:08 | [a4b2f009c3] part of check-in [1ebcde72e2] Fix harmless static analyzer warnings. (check-in: [1ebcde72e2] user: drh branch: trunk, size: 57995) | |
2021-04-16
| ||
16:55 | [57e1965906] part of check-in [4cc09a872f] Avoid signed integer overflow when finding snippets in fts3 by using 64-bit integer offsets. (check-in: [4cc09a872f] user: dan branch: trunk, size: 57952) | |
2020-07-29
| ||
16:18 | [cf7eed2748] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 57890) | |
2020-05-14
| ||
23:59 | [86e7e947a1] part of check-in [a4dd148928] Fix a null pointer deference that can occur on a strange matchinfo() query. (check-in: [a4dd148928] user: drh branch: trunk, size: 57889) | |
2020-01-07
| ||
09:06 | [052b35ad74] part of check-in [e1f12978b5] Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned integer by a value greater than 64) that could occur in fts3. (check-in: [e1f12978b5] user: dan branch: trunk, size: 57877) | |
2019-11-18
| ||
14:04 | [d62e40baa6] part of check-in [6b67eba54e] Improvements to detection of corruption in the %_stat shadow table of FTS4. (check-in: [6b67eba54e] user: drh branch: trunk, size: 57872) | |
10:37 | [bc9b1236cf] part of check-in [10f8a3b718] Improved detection of corruption in the %_stat table of FTS4. Chromium ticket 1025467. (check-in: [10f8a3b718] user: drh branch: trunk, size: 57915) | |
2019-11-17
| ||
02:41 | [70e8aa4a42] part of check-in [1e44968788] Better detection of corruption in the %_stat and %_docsize shadow tables of FTS3. (check-in: [1e44968788] user: drh branch: trunk, size: 57920) | |
2019-08-21
| ||
11:31 | [7963dd25ec] part of check-in [4c01e0170e] Fix a broken assert() in the fts3 snippet code that was failing for queries containging more than 64 phrases. (check-in: [4c01e0170e] user: dan branch: trunk, size: 57279) | |
2019-04-13
| ||
14:17 | [2f3a78b990] part of check-in [6fc0deffa4] Fix additional compiler warnings introduced by the previous check-in and found by MSVC. (check-in: [6fc0deffa4] user: drh branch: trunk, size: 57283) | |
14:07 | [09b38ba5bf] part of check-in [c28c973ad6] Fixes for harmless compiler warnings. (check-in: [c28c973ad6] user: drh branch: trunk, size: 57232) | |
04:38 | [7d3c707695] part of check-in [07ee06fd39] Use the 64-bit memory allocator interfaces in extensions, whenever possible. (check-in: [07ee06fd39] user: drh branch: trunk, size: 57224) | |
2019-02-28
| ||
13:41 | [0d8362efa5] part of check-in [d5250db632] Avoid an assert() failure and an undefined left-shift operation in the fts3 snippet() function that could occur if the database was corrupt. (check-in: [d5250db632] user: dan branch: trunk, size: 57165) | |
2019-02-23
| ||
20:48 | [d002c29d3e] part of check-in [84162af521] Fix a couple of assert() statements in fts3 that can be false if the database is corrupt. (check-in: [84162af521] user: dan branch: trunk, size: 57149) | |
2019-02-03
| ||
07:46 | [ac1f894537] part of check-in [560ebd4269] Fix an assertion failure in fts3 triggered by a corrupt database. (check-in: [560ebd4269] user: dan branch: trunk, size: 57133) | |
2019-01-18
| ||
19:26 | [54ac8f4602] part of check-in [b90dbaed30] Fix problems causing undefined left-shift operations in the fts3 snippet() function. (check-in: [b90dbaed30] user: dan branch: trunk, size: 57084) | |
2019-01-16
| ||
19:44 | [17af214e8b] part of check-in [24ed5fb6ae] Fix a problem in the fts3 matchinfo() function with corrupt database handling. (check-in: [24ed5fb6ae] user: dan branch: trunk, size: 56849) | |
2019-01-12
| ||
14:58 | [bea8038175] part of check-in [703646b1b5] Fix a problem with corrupt database handling in the fts3 matchinfo() function. (check-in: [703646b1b5] user: dan branch: trunk, size: 56715) | |
2019-01-08
| ||
20:02 | [3c4654a57f] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 56573) | |
2015-05-26
| ||
17:29 | [68ae118b0f] part of check-in [b05cae36ce] Avoid using a zero-sized array within a struct in fts3 code. (check-in: [b05cae36ce] user: dan branch: trunk, size: 56538) | |
2015-05-25
| ||
10:57 | [39a018b779] part of check-in [f1e942a1dd] Fix an fts4 matchinf() problem triggered by deferred tokens that are part of phrases that are part of AND expressions. (check-in: [f1e942a1dd] user: dan branch: trunk, size: 56538) | |
2015-05-19
| ||
22:56 | [97a16ea233] part of check-in [c7b1664530] Fix the MSVC makefile so that it works with OTA. Fix a harmless compiler warning in FTS3. (check-in: [c7b1664530] user: drh branch: trunk, size: 56488) | |
2015-05-06
| ||
17:51 | [b7aaa86980] part of check-in [46b2d3cef5] Remove some dead code from fts3_snippet.c. (check-in: [46b2d3cef5] user: dan branch: fts3-matchinfo-y, size: 56483) | |
17:41 | [aa92297743] part of check-in [8c5b9fedfc] More optimization for the 'y' and 'b' matchinfo directives. (check-in: [8c5b9fedfc] user: dan branch: fts3-matchinfo-y, size: 58035) | |
08:43 | [e03db2f3eb] part of check-in [fbd038bb57] Further optimizations for the 'y' and 'b' matchinfo operators. (check-in: [fbd038bb57] user: dan branch: fts3-matchinfo-y, size: 56681) | |
2015-05-05
| ||
20:39 | [2224cdfddd] part of check-in [b9b77972d8] Add the fts3 matchinfo 'b' flag. (check-in: [b9b77972d8] user: dan branch: fts3-matchinfo-y, size: 56797) | |
19:37 | [a1c62f1b7c] part of check-in [dddd7e1829] Optimizations for the matchinfo() function, particularly the 'y' flag. (check-in: [dddd7e1829] user: dan branch: fts3-matchinfo-y, size: 56074) | |
2015-05-02
| ||
09:44 | [40a96ba78e] part of check-in [92941609af] Add the experimental matchinfo 'y' flag to fts3/4. (check-in: [92941609af] user: dan branch: fts3-matchinfo-y, size: 53503) | |
2015-05-01
| ||
14:07 | [0ce4ee2451] part of check-in [605347e087] Use the sqlite3Fts3ErrMsg() function to set error message text in FTS3, and to ensure that error messages are not overwritten and thus leaked. (check-in: [605347e087] user: drh branch: trunk, size: 51801) | |
2015-03-04
| ||
20:18 | [52c2dcf410] part of check-in [580dae4615] Fix harmless compiler warning. (check-in: [580dae4615] user: mistachkin branch: trunk, size: 51801) | |
2015-01-27
| ||
19:01 | [f16ef6425f] part of check-in [adc9283dd9] Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column. (check-in: [adc9283dd9] user: dan branch: trunk, size: 51797) | |
18:43 | [55c126e071] part of check-in [245e873045] Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function. (check-in: [245e873045] user: dan branch: trunk, size: 51694) | |
2013-11-12
| ||
17:46 | [51beb5c149] 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: 51627) | |
2013-08-19
| ||
18:17 | [e8ee8c101d] part of check-in [1c63e9515b] Add some extra assert() statements to silence a few clang warnings. (check-in: [1c63e9515b] user: dan branch: trunk, size: 51634) | |
2013-03-21
| ||
21:20 | [5fcfcafff4] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 51571) | |
2012-10-17
| ||
20:28 | [f6ebb35360] part of check-in [b5f5ba3103] Add a comment to fts3_snippet.c. (check-in: [b5f5ba3103] user: dan branch: trunk, size: 51569) | |
20:15 | [776facfe76] part of check-in [514505a84b] Initialize variables used as outputs of custom tokenizer method calls in fts4. (check-in: [514505a84b] user: dan branch: trunk, size: 50869) | |
2012-05-10
| ||
17:43 | [bf67520ae9] part of check-in [4d3e1673b3] Have the FTS auxiliary functions correctly handle terms that appear in non-matching branches of the FTS expression. Fix for [bdc6bbbb38]. (check-in: [4d3e1673b3] user: dan branch: trunk, size: 50845) | |
2012-03-27
| ||
15:00 | [51a3a34c21] part of check-in [5c447e226a] Remove the fts3merge.test script in favour of changing the fts4merge.test script so that it runs tests using both fts4 and fts3. Fix some problems with incr-merge and FTS3 tables. (check-in: [5c447e226a] user: dan branch: fts4-incr-merge, size: 50667) | |
2012-03-03
| ||
18:46 | [c9e126c207] 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: 50673) | |
2011-10-19
| ||
16:20 | [1f9ee6a8e0] part of check-in [8a4077057d] Merge the fts4-content branch with the trunk. (check-in: [8a4077057d] user: dan branch: trunk, size: 50595) | |
09:40 | [e1f3ed049e] part of check-in [2c03b24f4c] Fix a problem in FTS to do with ^ tokens and the snippet() function. (check-in: [2c03b24f4c] user: dan branch: fts4-content, size: 50601) | |
2011-10-13
| ||
17:16 | [19a906f8ed] part of check-in [7e24645be2] Handle updating the only row of an FTS table correctly. Fix for [9fd058691]. (check-in: [7e24645be2] user: dan branch: trunk, size: 50535) | |
2011-10-04
| ||
11:22 | [8838a1de5f] part of check-in [1d27ea741f] Add experimental 'content' option to FTS4. (check-in: [1d27ea741f] user: dan branch: fts4-content, size: 50576) | |
2011-06-20
| ||
17:24 | [58b2ba2b93] part of check-in [fe62179efd] Fix various harmless compiler warnings in FTS3 and RTREE. (check-in: [fe62179efd] user: drh branch: trunk, size: 50541) | |
2011-06-16
| ||
00:54 | [a44b38a07d] part of check-in [a0b43a320e] Changes to #ifdefs so that the build goes correctly if the only FTS macro defined is SQLITE_ENABLE_FTS4. (check-in: [a0b43a320e] user: drh branch: trunk, size: 50537) | |
2011-06-08
| ||
18:39 | [82e2c1e420] part of check-in [3972a787df] Fix various issues to do with deferred tokens, NEAR expressions and matchinfo(). (check-in: [3972a787df] user: dan branch: fts3-prefix-search, size: 50537) | |
2011-06-03
| ||
18:00 | [0485969cce] part of check-in [a4c7e28208] FTS changes: Remove unreachable code. Fix bugs. When processing a large doclist incrementally, read from disk incrementally too. (check-in: [a4c7e28208] user: dan branch: fts3-prefix-search, size: 51550) | |
2011-06-02
| ||
19:57 | [10e0b0995e] part of check-in [28149a7882] Changes to improve performance and support LIMIT clauses on fts3 tables. This branch is unstable for now. (check-in: [28149a7882] user: dan branch: fts3-prefix-search, size: 53335) | |
2011-05-28
| ||
15:57 | [6ee626017d] part of check-in [84097a4c75] Minor changes made while planning a larger change. (check-in: [84097a4c75] user: dan branch: fts3-prefix-search, size: 54437) | |
2011-05-17
| ||
15:56 | [92b40397b2] part of check-in [8844e8bfb8] Add extended return code SQLITE_CORRUPT_VTAB. Returned when the tcontents of the sqlite tables used internally by a virtual table module are invalid or inconsistent. (check-in: [8844e8bfb8] user: dan branch: trunk, size: 54427) | |
2011-05-04
| ||
12:52 | [a4a3c7d2ab] part of check-in [13395121e3] Optimize "ORDER BY rowid/docid DESC/ASC" clauses on FTS tables. (check-in: [13395121e3] user: dan branch: vtab-conflict, size: 54417) | |
2011-03-23
| ||
17:10 | [e857c6a89d] part of check-in [30d42dc66f] Fix a bug in fts4 to do with matchinfo and deferred tokens. (check-in: [30d42dc66f] user: dan branch: trunk, size: 54344) | |
2011-02-01
| ||
17:55 | [bfefb42b5d] part of check-in [4ade96ce97] Fix a case in fts4 where a corrupt %_stat table could lead to a crash. (check-in: [4ade96ce97] user: dan branch: fts4aux, size: 54350) | |
2011-01-13
| ||
10:58 | [196c5e6cde] part of check-in [fe9047668e] Fix a segfault that can occur in matchinfo if an fts4 table contains mostly zero-length documents. Specifically, if the table contains more rows than it does bytes of text. (check-in: [fe9047668e] user: dan branch: trunk, size: 54260) | |
2010-12-10
| ||
17:06 | [3a26a83573] part of check-in [fa37d8eb7c] Fix a performance regression in matchinfo(). (check-in: [fa37d8eb7c] user: dan branch: trunk, size: 54218) | |
2010-12-01
| ||
15:36 | [6c87b55965] part of check-in [c7771c0b22] Fix some warnings under MSVC in fts3 module. (check-in: [c7771c0b22] user: shaneh branch: trunk, size: 54811) | |
2010-11-26
| ||
16:49 | [1d827175e9] part of check-in [c412f61229] Fix various compiler warnings. (check-in: [c412f61229] user: drh branch: trunk, size: 54789) | |
15:13 | [e8a952d5de] part of check-in [ad8df6c5ee] Add a couple of comments to fts3_snippet.c. (check-in: [ad8df6c5ee] user: dan branch: fts3-experimental, size: 54718) | |
2010-11-25
| ||
17:49 | [8dc1fe915c] part of check-in [70495ceccc] Add coverage tests (and associated fixes) for new matchinfo() code. (check-in: [70495ceccc] user: dan branch: fts3-experimental, size: 52035) | |
10:33 | [d765bda619] part of check-in [ddc2b7ec26] Fix bugs in fts3 function matchinfo() when used with deferred tokens. (check-in: [ddc2b7ec26] user: dan branch: fts3-experimental, size: 51810) | |
2010-11-24
| ||
19:26 | [be2648ff61] part of check-in [71011a4f9b] Add code for the matchinfo 'longest common substring' feature. (check-in: [71011a4f9b] user: dan branch: fts3-experimental, size: 51622) | |
11:51 | [967ca2d320] part of check-in [ae40b34cf7] Remove some unused code from fts3. Add tests to fts3matchinfo.test. (check-in: [ae40b34cf7] user: dan branch: fts3-experimental, size: 48383) | |
2010-11-23
| ||
19:16 | [aa0a760880] part of check-in [9cf0f2b76b] Experimental changes to fts3 function matchinfo(). (check-in: [9cf0f2b76b] user: dan branch: fts3-experimental, size: 48011) | |
2010-10-23
| ||
19:07 | [300c12b7f0] part of check-in [deb80eac91] Fixes for the matchinfo() function related to FTS4 common token handling. (check-in: [deb80eac91] user: dan branch: experimental, size: 41897) | |
2010-10-20
| ||
18:56 | [ca60a2a47d] part of check-in [d0a450ce78] Updates to FTS4 to improve performance and make more accurate cost estimates for prefix terms. (check-in: [d0a450ce78] user: dan branch: experimental, size: 41060) | |
2010-10-19
| ||
14:08 | [474c11e718] part of check-in [5ae0ba447a] Experimental changes to fts4 to try to selectively avoid loading very large doclists. (check-in: [5ae0ba447a] user: dan branch: experimental, size: 41001) | |
2010-08-06
| ||
19:00 | [2c4c921155] part of check-in [b8b465ed2c] Remove all vestiges of ctype.h from FTS3. This addresses ticket [991789d9f3136a] among other bug reports. (check-in: [b8b465ed2c] user: drh branch: trunk, size: 41025) | |
2010-03-26
| ||
17:40 | [538bd27a76] part of check-in [ff6ae4f0e4] Correctly handle strings with zero-length tokens in the FTS3 offsets() function. This is a cherrypick of [d37034f7fc]. (check-in: [ff6ae4f0e4] user: drh branch: branch-3.6.23, size: 41037) | |
2010-03-24
| ||
15:57 | [bc582c38e1] part of check-in [d37034f7fc] Fix for [9861b74ab9]. Correctly handle strings with zero tokens in the fts3 offsets() function. (check-in: [d37034f7fc] user: dan branch: trunk, size: 41044) | |
2010-03-18
| ||
16:34 | [ec53bd8a83] part of check-in [39b34ac4a7] Mark internal routines as "static" in FTS3. Ticket [b1552d0fa7]. (check-in: [39b34ac4a7] user: drh branch: trunk, size: 40981) | |
2010-02-26
| ||
01:46 | [9cb2e78f4d] part of check-in [4927c62d62] Minor changes to silence some compiler warnings with MSVC. (check-in: [4927c62d62] user: shaneh branch: trunk, size: 40974) | |
2010-02-10
| ||
05:33 | [9cba9a321f] part of check-in [14ab536a96] Fix a segfault in fts3 that may occur if the snippet, offsets or matchinfo functions are used in a query that does not contain a MATCH clause. (check-in: [14ab536a96] user: dan branch: trunk, size: 40856) | |
2010-02-03
| ||
19:55 | [67ef70f0e2] part of check-in [1b6e6094c8] Add a new full-text search variant that tracks the total number of documents and document sizes, to make ranking search results easier. Currently called FTS4. (check-in: [1b6e6094c8] user: drh branch: trunk, size: 40571) | |
2010-01-15
| ||
17:25 | [e5bce65adf] part of check-in [5e9d8ccae9] Add coverage tests for fts3_snippet.c. Also fixes related to the same. (check-in: [5e9d8ccae9] user: dan branch: trunk, size: 39984) | |
2010-01-12
| ||
17:57 | [fdc2c12e93] part of check-in [dd9689b7c3] Update comments in fts3_snippet.c. (check-in: [dd9689b7c3] user: dan branch: trunk, size: 39830) | |
2010-01-11
| ||
12:00 | [99bc7e7356] part of check-in [a2b1183d9e] Modify snippets code to run more efficiently. And to avoid a bug relating to snippets based on full-text queries that contain duplicate terms. (check-in: [a2b1183d9e] user: dan branch: trunk, size: 31121) | |
2010-01-09
| ||
07:33 | [a521f904ba] part of check-in [14dc46a74a] Fix handling of an OOM error in the fts3 offsets() function. Fix a couple of snippet related test cases in e_fts3.test. (check-in: [14dc46a74a] user: dan branch: trunk, size: 30303) | |
2010-01-07
| ||
10:54 | [210bd2a933] part of check-in [3b5ccd2682] Fixes to problems in FTS3 snippet() function found by th3 tests. (check-in: [3b5ccd2682] user: dan branch: trunk, size: 29800) | |
2010-01-06
| ||
18:36 | [f3d4bc931f] part of check-in [c7e5966e3b] Fix a segfault that can occur following an OOM in the FTS3 snippet() function (check-in: [c7e5966e3b] user: dan branch: trunk, size: 29493) | |
17:19 | [612b3ad63a] part of check-in [8a208223a7] Change the fts3 snippet function to return (hopefully) more relevant snippets in less time. (check-in: [8a208223a7] user: dan branch: trunk, size: 29439) | |
2010-01-05
| ||
14:18 | [0e38f76c59] part of check-in [4ecb4725b7] Removed compiler warnings in MSVC. (check-in: [4ecb4725b7] user: shaneh branch: trunk, size: 41114) | |
2010-01-02
| ||
19:02 | [a11d9f293e] part of check-in [51f7ee8440] Add experimental implementation of FTS3 functions matchinfo() and snippet() (not enabled by default). (check-in: [51f7ee8440] user: dan branch: trunk, size: 41103) | |
2009-12-03
| ||
06:26 | [6c2eb6d872] part of check-in [37495b55ff] Updates to FTS3 to correct compiler warnings under MSVC. (check-in: [37495b55ff] user: shaneh branch: trunk, size: 23247) | |
2009-12-01
| ||
13:57 | [84ba2fad73] part of check-in [58113932d9] Changes to the TCL interface header to allow it to be compiled independently from the amalgamation. (check-in: [58113932d9] user: drh branch: trunk, size: 23221) | |
2009-11-30
| ||
19:48 | [39cf30a791] part of check-in [6d112bfd53] Test coverage improvements in the FTS3 porter stemmer. (check-in: [6d112bfd53] user: drh branch: trunk, size: 22975) | |
2009-11-28
| ||
21:33 | [b62144ea85] part of check-in [b939a37a8c] Updates to snippet() and offsets() functions of FTS3 so that they work sanely following an OOM fault. (check-in: [b939a37a8c] user: drh branch: trunk, size: 22967) | |
2009-11-19
| ||
15:25 | [082f2906de] part of check-in [3b17924754] Fix some fts3 related issues with the autoconf and amalgamation build systems. (check-in: [3b17924754] user: dan branch: fts3-refactor, size: 24456) | |
2009-11-13
| ||
17:36 | Added: [8ea9619247] part of check-in [30a92f1132] Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). (check-in: [30a92f1132] user: dan branch: fts3-refactor, size: 24391) | |