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
When trying to declare a custom SQL function as shown in the documentation, I'm getting an error of "Cannot invoke 'createFunction' with an argument list of type '(String, deterministic: Bool, (CFString, CFString) -> Bool)'". This error happens even when trying to use the exact example given in the documentation. These declarations were operating fine before I updated this library to the Swift 2 version in my project. I've done a full removal of the old version, cleaned the project, properly added the new version per the documentation, and updated my code to account for the changes (Table and Connection, etc).
The text was updated successfully, but these errors were encountered:
jberkel
changed the title
Non-functional custom SQL functions in Swift 2 version
Non-functional custom SQL functions in Swift 2 version (update+check docs)
Dec 8, 2016
When trying to declare a custom SQL function as shown in the documentation, I'm getting an error of
"Cannot invoke 'createFunction' with an argument list of type '(String, deterministic: Bool, (CFString, CFString) -> Bool)'"
. This error happens even when trying to use the exact example given in the documentation. These declarations were operating fine before I updated this library to the Swift 2 version in my project. I've done a full removal of the old version, cleaned the project, properly added the new version per the documentation, and updated my code to account for the changes (Table and Connection, etc).The text was updated successfully, but these errors were encountered: