mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sigh sqlite made a release without the bug fix
This commit is contained in:
parent
11c22737a1
commit
3349979551
@ -143,7 +143,7 @@ class FTSTest(BaseTest):
|
||||
self.ae(conn.search('''"don't"'''), [("你>don't<叫mess",)])
|
||||
self.ae(conn.search("你"), [(">你<don't叫mess",)])
|
||||
import apsw
|
||||
if apsw.sqlitelibversion() != '3.44.0':
|
||||
if apsw.sqlitelibversion() not in ('3.44.0', '3.44.1'):
|
||||
# see https://www.sqlite.org/forum/forumpost/d16aeb397d
|
||||
self.ae(conn.search("叫"), [("你don't>叫<mess",)])
|
||||
# }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user