79506760

Date: 2025-03-13 14:35:07
Score: 1
Natty:
Report link

I will add that you can parse out the signal code from the sql state like this:

if mysqlErr, ok := err.(*mysql.MySQLError); ok {
    code := string(mysqlErr.SQLState[:])
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Galen Howlett