mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-02 14:51:43 -04:00
Implement FTS (#455)
This allows for unicode insensitive search and fast search over both store and note data
This commit is contained in:
@@ -270,6 +270,7 @@ public class DatabaseTest
|
||||
database.execSQL("drop table " + DBHelper.LoyaltyCardDbIds.TABLE);
|
||||
database.execSQL("drop table " + DBHelper.LoyaltyCardDbGroups.TABLE);
|
||||
database.execSQL("drop table " + DBHelper.LoyaltyCardDbIdsGroups.TABLE);
|
||||
database.execSQL("drop table " + DBHelper.LoyaltyCardDbFTS.TABLE);
|
||||
|
||||
// Create the table as it existed in revision 1
|
||||
database.execSQL("create table " + DBHelper.LoyaltyCardDbIds.TABLE + "(" +
|
||||
|
||||
Reference in New Issue
Block a user