Further speed up getting actor ID
- Drop the ignore casse
This commit is contained in:
parent
30f9518b82
commit
8689d043a5
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ class Kodidb_Functions():
|
|||
"SELECT actor_id",
|
||||
"FROM actor",
|
||||
"WHERE name = ?",
|
||||
"COLLATE NOCASE",
|
||||
"LIMIT 1"
|
||||
))
|
||||
self.cursor.execute(query, (name,))
|
||||
|
|
Loading…
Reference in a new issue