Closed cfjello closed 1 year ago
That's how PostgreSQL works, and silencing NOTICE by default would be too intrusive, so you have to do it explicitly using the onnotice
option which by default is set to console.log.
I was just cloning the repo to submit a PR that changed the default onnotice to noop. Thanks for clarifying :)
Thanks for the hint! - I will use a callback function.
The following code:
produces the following console output when called the 2'nd and subsequent times:
Please note, that it is not put to the result, as I guess it should, and there is no error.