sqlhooks
sqlhooks copied to clipboard
feat: onError callback ignore error driver.ErrSkip.
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.