You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
Following this issue: brianc/node-postgres#1476
I have two tables:
users
+products
, and I have a function that returns two cursors for those:When I query
SELECT * FROM get_all()
, I am getting the following data back:How can I initiate a cursor read from the cursor names, using this library?
Please note that when I am executing the following in
pgAdmin
:I am getting all the data correctly for the 2 tables.
The text was updated successfully, but these errors were encountered: