brianc / node-pg-cursor

Query cursor extension for node-postgres
78 stars 30 forks source link

Should Cursor#handleError remove noData and rowDescription listener? #51

Open juneidy opened 5 years ago

juneidy commented 5 years ago

It seems that if the query is badly written and error occured, the handleError does not clean up the listener for the said events.