1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix problems causing undefined left-shift operations in the fts3 snippet()

function.

FossilOrigin-Name: b90dbaed3092236e97f9796fa63989a3648060e16189e1267c430f4a7e799fac
This commit is contained in:
dan
2019-01-18 19:26:48 +00:00
parent ed968fa4cb
commit 451297752c
4 changed files with 21 additions and 10 deletions

View File

@ -555,6 +555,11 @@ do_test 4.2 {
}]
} {64}
do_test 4.3 {
llength [db one {
SELECT snippet(t4, '', '', '', 0, 150) FROM t4 WHERE t4 MATCH 'E'
}]
} {64}