-
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Given a preexisting postgresql schema with character varying[]
column, converting to a [String]
field in my Fluent model fails. It works with a Postgres text[]
column, but with character varying[]
it complains :
field: temp type: Array error: typeMismatch(Swift.Array<Swift.String>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Could not convert to Array: 0x000000010000000000000413000000020000000100000001610000000162 (UNKNOWN 1015)", underlyingError: nil))
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working