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
I have already fixed this issue. When you update the code to Xcode 16, the SQLite library will report the error Expression: "Missing argument label 'value:' in call." If you add the label, data retrieval will encounter errors as mentioned before. Therefore, you should use "typealias Expression = SQLite.Expression" to fix the "Missing argument label" error.
When updating xCode to version 16.0, I encountered an error when retrieving data from Row in types other than String.
The text was updated successfully, but these errors were encountered: