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
The "returning" clause actual is supported, but sometimes doesn't work due to configuration error. I think the issue has to with copying libraries to proper folder but I have been unable to reliable recreate the problem. Sorry, I can't be more helpful :)
The last parameter should be a pointer to an out buffer when the statement type is "isc_info_sql_stmt_exec_procedure", that's the statement type when the query contains the RETURNING keyword.
Greetings, is not possible to retrieve values in statements with the RETURNING clause, example:
INSERT INTO EMPLOYEES (NAME) VALUES('PETER') RETURNING ID
After the execution this stament returns the autogenerated ID but is not possible to retrieve it in the current version of fb.
The text was updated successfully, but these errors were encountered: