SQLite

All files named ”ext/fts1/simple_tokenizer.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/fts1/simple_tokenizer.c

2023-01-14
19:53
Deleted: Omit the long-disused FTS1 and FTS2 implements from the active source tree. The code will persist forever in the source repository, but there is no point in carrying it around in the latest tarballs where it is never used. (check-in: [2bb50d5aed] user: drh branch: trunk, size: 0)
2015-10-29
13:48
[bbfa4e3b2a] part of check-in [34eb6911af] Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. (check-in: [34eb6911af] user: drh branch: trunk, size: 4842)
2007-05-10
21:31
Deleted: Backport the stack-size reduction patch in (3673) to version 3.3.13. (CVS 3979) (check-in: [e91012b603] user: drh branch: branch_3_3_13, size: 0)
2006-08-30
21:40
[1844d72f71] part of check-in [6c77c2d5e1] Just don't run tolower() on hi-bit characters. This shouldn't cause us to break any UTF-8 code points, unless they were already broken in the input. (CVS 3376) (check-in: [6c77c2d5e1] user: shess branch: trunk, size: 4829)
2006-08-28
20:08
[22501944cd] part of check-in [ca850d3d80] Make hi-bit characters delimiters. This is a stopgap until the tokenizer and fulltext.c recognize UTF-8 correctly. (CVS 3370) (check-in: [ca850d3d80] user: shess branch: trunk, size: 4686)
2006-08-23
23:58
Added: [289b7f35bf] part of check-in [b0d8e0d314] A first implementation of a full-text search module for SQLite. (CVS 3363) (check-in: [b0d8e0d314] user: adamd branch: trunk, size: 4671)