mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Updated Query (markdown)
parent
daee868523
commit
1a41ab45fa
2
Query.md
2
Query.md
@ -67,7 +67,7 @@ _note: If this event (or any event with the name 'error') is not handled it will
|
||||
<div id="event-end"></div>
|
||||
### End
|
||||
|
||||
Emitted by the query when all rows have been returned __or__ when an error has been encountered. In either circumstance, the query's execution is finished and it is no longer interacting with the connection.
|
||||
Emitted by the query when all rows have been returned successfully. In the case of an error __this event will not be emitted__. When the end event fires query's execution is finished and it is no longer interacting with the connection.
|
||||
|
||||
The __end__ event listeners get one argument, which is the [[Result|Query#result-object]] object.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user