Skip to content

Fix IsSQLTxError function

Nathan Koenig requested to merge feature/1_14_sql_err_check into feature/1_14

Related tasks

Context

The capitalization in the string "sql: transaction has already been committed or rolled back" changed. This PR fixes that problem and also handles the case where err is nil.

Change

Other information

Additional documentation

Merge request reports