Community

Handling MySQL’s warnings in Go code

(Baron Schwartz) I was just bitten by failing to catch a MySQL warning. It’s the old familiar tune: I inserted 100 characters into a VARCHAR(50) and it didn’t throw an error*. Of course, then subsequent SELECT statements didn’t find the value I inserted.

Read More - Register for Free Membership