Local file backend modified to use sqlite db exclusively
authorTristan Van Berkom <tristanvb@openismus.com>
Mon, 29 Oct 2012 06:33:09 +0000 (15:33 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Thu, 8 Nov 2012 05:36:22 +0000 (14:36 +0900)
commitb66eb3c83d59bc44159bfa00e470bee5c767c07d
treed5d0615cc733a28421d07137025d429953786960
parent4a9dc35fa6ea5d4adcc7acfb3cf1b2e2263a5905
Local file backend modified to use sqlite db exclusively

Patch includes a migration routine to migrate data from a previously
installed BDB.
addressbook/backends/file/Makefile.am
addressbook/backends/file/e-book-backend-file-migrate-bdb.c [new file with mode: 0644]
addressbook/backends/file/e-book-backend-file-migrate-bdb.h [new file with mode: 0644]
addressbook/backends/file/e-book-backend-file.c