mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Attach source line information to error codes

Open anarthal opened this issue 1 year ago • 1 comments

Currently, error codes have no associated line info, and thrown exceptions hold the exception-checking line, rather than the line where the error originated from.

anarthal avatar May 19 '23 10:05 anarthal

Specially important in code like readable_field_traits, where the same error code gets returned in more than a single situation.

anarthal avatar May 22 '23 08:05 anarthal