aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-sqlite-statement.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-sqlite-statement: remove get_propertyDiego Escalante Urrelo2012-07-311-19/+0
| | | | | | All the properties are write-construct-only. https://bugzilla.gnome.org/show_bug.cgi?id=671595
* ephy-history-service: trim query strings to avoid reaching sqlite limitClaudio Saavedra2012-05-081-0/+12
| | | | | | | 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/+269
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)