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
There may be issues because the returningClause is a stored property, and extensions can only have computed properties. But maybe we could have some sort of var extensionPoint: [String : Any] and the Postgres driver adds a Returning object to the dictionary?
SQLite does not support the
RETURNING
clause.I suggest that we remove the
Insert.returning()
APIs and make these extensions inside the Postgres driver?The text was updated successfully, but these errors were encountered: