brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
111 stars 41 forks source link

Add support for notices. #97

Open pfumagalli opened 11 months ago

pfumagalli commented 11 months ago

This revives #22 and #73 and adds supports for receiving notices as events in LibPQ.

The event is notice but differently from #22 and #73 it uses PQsetNoticeReceiver and the whole PGResult structure is parsed using PQresultErrorField before being emitted.