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
SQLite.swift supports Bool values, but you must declare the expression as Expression<Bool> (and I believe the column's declared datatype must be BOOLEAN).
I got a weird compiler error for the class below
the compiler says:
Could not find member 'update'
for both functions.
The text was updated successfully, but these errors were encountered: