e_book_backend_sqlitedb_has_contact() used nonexistent column
authorMilan Crha <mcrha@redhat.com>
Thu, 4 Jul 2013 15:17:49 +0000 (17:17 +0200)
committerMilan Crha <mcrha@redhat.com>
Thu, 4 Jul 2013 15:17:49 +0000 (17:17 +0200)
commit5b15fbc54cde54ad5c3c80a217896ced405598c4
treeb8e36698a5afc6ef3f394b7b94ba28136d6c3160
parent3ce1c9bac3d3bd3f7d1ee084cf8fc807ad255fd6
e_book_backend_sqlitedb_has_contact() used nonexistent column

The function used partial_content column of a respective folder table,
but this is not available anymore, and references to this column are
also no-op these days, thus I made this use the 'uid' column instead.
The failure broke contact removal in evolution-ews.
addressbook/libedata-book/e-book-backend-sqlitedb.c