sqlhooks
sqlhooks copied to clipboard
[Discussion] onError hook error ignore
i add onError hook, add collect driver.ErrSkip error, how about add error check before call onError
you mean that onErorr hook is being called with a driver.ErrSkip error?
yes, so i want to submit a pr to ignore this error
although sounds reasonable, it will break the API. Please go ahead and create the PR, and let other ppl review it.
ok