Open fatelei opened 2 years ago
for mysql driver,if InterpolateParams is false, it will return driver.ErrSkip. sqlhooks onError callback can ignore it. Then onError callback return this err, the golang sql package can handle it, do with remote prepare.
InterpolateParams
driver.ErrSkip
onError
sql
for mysql driver,if
InterpolateParams
is false, it will returndriver.ErrSkip
. sqlhooksonError
callback can ignore it. ThenonError
callback return this err, the golangsql
package can handle it, do with remote prepare.