Statement executeReturning #111
Unanswered
marcin-bury
asked this question in
Q&A
Replies: 3 comments 1 reply
-
It should not mix empty record with list of columns, so I do think it's correct. |
Beta Was this translation helpful? Give feedback.
1 reply
-
executeQuery |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm thinking in add some method that returns query as array of records directly instead of need to get them with result set. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'd like to ask if this is a bug or "by desing" behavior.
When I'm trying tu execute "executeReturning" for sql statement that returns empty resultset, I'm always getting "attempt to fetch past the last record in a record stream".
Should I add some execute options to get empty array?
Thanks,
Marcin
Beta Was this translation helpful? Give feedback.
All reactions