sqlhooks icon indicating copy to clipboard operation
sqlhooks copied to clipboard

feat: onError callback ignore error driver.ErrSkip.

Open fatelei opened this issue 3 years ago • 1 comments

fatelei avatar Aug 29 '22 16:08 fatelei

image

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.

fatelei avatar Aug 30 '22 01:08 fatelei