racket / db

Other
21 stars 17 forks source link

more informative error message on mysql serialize fail #3

Closed jbclements closed 4 years ago

jbclements commented 9 years ago

Now that I understand the code a bit better, and in particular the fact that the MySQL engine defers parameter checks to serialization, it seems like the most robust change is simply to add a bit more info to the error message generated on a serialization fail.

@rmculpepper : does this look more reasonable?

rmculpepper commented 4 years ago

I think this was fixed a long time ago.