EBookBackendSqliteDB: Fixed configurable summary indexes
authorTristan Van Berkom <tristanvb@openismus.com>
Tue, 12 Mar 2013 12:34:36 +0000 (21:34 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Tue, 12 Mar 2013 12:34:36 +0000 (21:34 +0900)
commita0431fe6de690fb393800fac65126811b2c251ca
treefb98e82040760de66fb34f9311d9f739ff52725d
parent310b84d811e9326424e41ec798795c4068f68e13
EBookBackendSqliteDB: Fixed configurable summary indexes

A previous commit cause all declared summary fields to also be indexed,
this tiny commit fixes the problem. Only summary fields with explicitly
set indexes should be indexed in the SQLite (i.e. "CREATE INDEX ..." should
only ever be called for a specified subset of summary fields).
addressbook/libedata-book/e-book-backend-sqlitedb.c