Get column name in error messages
Is there a way to get column names exactly where the query is failing, for example when the FOREIGN KEY CONSTRAINT fails
2 Replies
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
Alright 👍