[db] Make I_FNAME index case insensitive and search fname using COLLATE NOCASE

Also some cleaning up
This commit is contained in:
ejurgensen
2017-10-14 20:50:58 +02:00
parent 88a565ea2c
commit 00b7b97382
4 changed files with 5 additions and 32 deletions

View File

@@ -597,9 +597,6 @@ db_pl_fetch_bytitlepath(const char *title, const char *path);
int
db_pl_add(struct playlist_info *pli, int *id);
int
db_pl_add_item_byfile(int plid, const char *filename);
int
db_pl_add_item_bypath(int plid, const char *path);