mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
41 stars 15 forks source link

PostgreSQL: Notice processing #62

Open Zash opened 4 years ago

Zash commented 4 years ago

The LuaDBI PostgreSQL driver does not appear to implement a notice processor, so the libpq library uses its default behavior of printing these on stderr.

This can be a bit annoying and surprising for users, so it would be good if this was handled somehow.