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:
@ -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}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user