-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
@yunx-lee
Description
What do you want to change?
When executing SQL, fatal errors may occur, and the generated code now returns as is when SQL encounters an error. I hope to configure the query function to wrap an error such as fmt. Error ("query: CreateUeser:% w", err) when SQL encounters an error. Here, "query" is the package name of the generated code, and "CreateUeser" is the name of the generated query function
What database engines need to be changed?
No response
What programming language backends need to be changed?
Go