SIGN IN SIGN UP

In the Bloom filter optimization, hash all strings and blobs into the same

value, because we do not know if two different strings might compare equal
even if they have different byte sequences, due to collating functions.
Formerly, the hash of a string or blob was just its length.  This could
all be improved.  Fix for the issue reported by
[forum:/forumpost/0846211821|forum post 0846211821].

FossilOrigin-Name: 090304b870419acb5b05205a07fc75830b556928149f76a843cda526f77a6fc0
D
drh committed
a353369f570a991b6b19aa15b3eb0e0017543102
Parent: f43ffb3