Get column name in error messages

Ssubhendupsingh4/22/2023
Is there a way to get column names exactly where the query is failing, for example when the FOREIGN KEY CONSTRAINT fails
Bbloberenober4/22/2023
not for now, as we're currently not handling the errors from driver, but we have plans to improve that
so currently you can only do what the underlying driver supports
Ssubhendupsingh4/23/2023
Alright 👍