summaryrefslogtreecommitdiff
path: root/addressbook/libedata-book/e-book-backend-sqlitedb.c
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Also use index for eqphone_national and _shortopenismus-phonenumber-workMathias Hasselmann2012-12-111-21/+175
* sqlite: Reduce country-code rebuild spam on startupMathias Hasselmann2012-12-111-5/+7
* sqlite: Store E.164 param in vcardsMathias Hasselmann2012-12-111-39/+221
* sqlite: Use slice allocator for EbSdbSearchDataMathias Hasselmann2012-12-111-3/+3
* sqlite: Index E.164 phone numbersMathias Hasselmann2012-12-101-100/+274
* Fixing e_book_backend_sqlitedb_search_uids()Tristan Van Berkom2012-11-291-1/+1
* EBookBackendSqliteDB: Fix e_book_backend_sqlitedb_search_uids()Tristan Van Berkom2012-11-291-1/+1
* Fixed bad merge of previous commit (fixing regression for UID/REV fields-of-i...Tristan Van Berkom2012-11-261-4/+4
* Fix regression on fields-of-interest as much as possible.Tristan Van Berkom2012-11-261-10/+162
* EBookBackendSqliteDB: Avoid errors on conflicting summariesTristan Van Berkom2012-11-231-112/+343
* e_book_backend_sqlitedb_new_full(): Simplified to take the extension directly.Tristan Van Berkom2012-11-201-8/+23
* EBookBackendSqliteDB: More fixupsTristan Van Berkom2012-11-191-4/+8
* EBookBackendSqliteDB: Backporting fixes from openismus-work-masterTristan Van Berkom2012-11-191-13/+14
* EBookBackendSqliteDB: Enable WAL journal modeTristan Van Berkom2012-11-121-0/+1
* EBookBackendSqliteDB: Added e_book_backend_sqlitedb_new_full()Tristan Van Berkom2012-11-121-369/+988
* EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set_revision()Tristan Van Berkom2012-11-121-23/+198
* EBookBackendSqliteDB: Fixed sexp interpretation for 'id' field.Tristan Van Berkom2012-11-121-0/+2
* EBookBackendSqliteDB: Add argument guards.Matthew Barnes2012-11-041-7/+98
* Coding style and whitespace cleanup.Matthew Barnes2012-10-201-40/+64
* Bug #677871 - EBookBackendSqliteDB - Escape SQL stringsMathias Hasselmann2012-09-121-11/+62
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-20/+20
* Implement single-file includes for all E-D-S libraries.Matthew Barnes2012-06-031-3/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-16/+14
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+3
* Fix typo in localized stringKjartan Maraas2012-02-021-1/+1
* Bug #668811 - EBookBackendSqliteDB can be asked for an unknown contactMilan Crha2012-01-311-1/+5
* Bug #644817 - Slow addressbook cacheMilan Crha2012-01-091-46/+102
* Add e_book_backend_sqlitedb_get_uids_and_rev()Milan Crha2011-11-221-0/+43
* Bug 660974 - sqlite backend: use INSERT OR IGNORE in add_folder_into_db()Christophe Dumez2011-11-111-36/+1
* Bug #660870 - Empty Contacts list when pressing "To:" in composerMilan Crha2011-10-211-12/+23
* Update libedata-book API docs.Matthew Barnes2011-10-161-17/+20
* Bug #661432 - 'Any field contains' search doesn't work in contact viewMilan Crha2011-10-111-3/+4
* e_book_backend_sqlitedb_new: Fix database connection reuseChristophe Dumez2011-10-101-15/+36
* addressbook: Optimizations to avoid vcard parsingChristophe Dumez2011-09-301-1/+1
* Bug 660246: EBookBackendSqliteDB: Bad loop iteration.Christophe Dumez2011-09-281-1/+1
* Bug #654818 crash fix : query conversion to sqlPunit Jain2011-09-061-0/+32
* Make sure all new APIs have "Since: 3.2" tags.Matthew Barnes2011-09-031-0/+152
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-166/+220
* Coding style and whitespace cleanup.Matthew Barnes2011-08-121-9/+7
* Bug #656058 - Improve EBookBackendSqliteDB searching APITristan Van Berkom2011-08-081-76/+135
* Properly manage boolean values in SQLite contacts cacheMilan Crha2011-08-051-11/+11
* Bug #652172 - Fix a regression from the previous commitMilan Crha2011-08-041-2/+5
* Handle summary fields and fields of interest better in e-book-backend-sqlitedb.cTristan Van Berkom2011-08-021-119/+277
* Be able to fetch all vCards/uids from an SQLite book backend cacheMilan Crha2011-07-271-8/+14
* Use same type for fields_of_interest argumentsMilan Crha2011-07-271-3/+3
* EBookBackendSqliteDD: Fix a missing comma in search contacts.Chenthill Palanisamy2011-06-141-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-06-131-59/+51
* EBookBackendSqliteDB, e-sqlite3-vfs.[ch]: Add sqlitedb cache for addressbook....Chenthill Palanisamy2011-06-131-0/+1687