wermington
DTDrizzle Team
•Created by wermington on 11/14/2023 in #help
Mapping/Renaming column names for MariaDB when using RETURNING *
I know that RETURNING is not supported for MySQL but MariaDB supports it, so I have tried to "hack" it somehow using custom raw query.
I would like to ask:
1) Is it possible to use internal mapper for column names from the schema definition, in order to avoid manually "renaming" them?
2) Is there a better way to write this?
My code looks like this:
1 replies