Skip to content
Commit 936e7595 authored by Claudio Saavedra's avatar Claudio Saavedra
Browse files

ephy-history-service: trim query strings to avoid reaching sqlite limit

Sqlite limits the length of a LIKE pattern to 50000 bytes, therefore
we need to make sure that longer strings are not used as queries.

https://bugzilla.gnome.org/show_bug.cgi?id=674848
parent bb10c338
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment