- Now it returns `{ rows: Array<Record> }` so we use very long destructive expressions - Add auto-detect for `returning` if we have primary key can use it for default returning - Use `schema` for auto-detect `returning` with priority over database metadata (primary key)
{ rows: Array<Record> }so we use very long destructive expressionsreturningif we have primary key can use it for default returningschemafor auto-detectreturningwith priority over database metadata (primary key)