You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iflet count =try?getRowCountWithCondition(sql:"SELECT count(*) FROM sqlite_schema WHERE type='index' AND tbl_name='\(tableName)' AND name='\(indexName)';", valuesToBind:nil){
274
+
letresult= count ==1?true:false
275
+
log("successfully checked if index \(indexName) exists: \(result)")
0 commit comments