aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-sqlite-statement.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-service: trim query strings to avoid reaching sqlite limitClaudio Saavedra2012-05-081-0/+2
| | | | | | | 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
* Add GObject wrapper classes for SQLiteXan Lopez2012-03-071-0/+74
We'll use them to implement the new history/bookmarks storage backend. Code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com)