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
final class Organization: PostgreSQLModel {
var id: Int?
var location: GeographicPoint2D?
}
However, I do receive error when passing KeyPath
Cannot convert value of type 'ReferenceWritableKeyPath<Organization, GeographicPoint2D?>' to expected argument type 'PostgreSQLDatabase.QueryField' (aka 'GenericSQLColumnIdentifier<GenericSQLTableIdentifier, GenericSQLIdentifier>')
I have model
However, I do receive error when passing KeyPath
Cannot convert value of type 'ReferenceWritableKeyPath<Organization, GeographicPoint2D?>' to expected argument type 'PostgreSQLDatabase.QueryField' (aka 'GenericSQLColumnIdentifier<GenericSQLTableIdentifier, GenericSQLIdentifier>')
It does work when I do it with force unwrap
The text was updated successfully, but these errors were encountered: