-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove restriction to only allow calls to getResultSet if the result set was not returned yet #762
Comments
Jaybird throws this exception because it already returned the result set, either as the return value of Is this |
Looking at the JDBC spec, calling I'll make the necessary changes in Jaybird 6. |
…sult set was not returned yet Deprecates FirebirdStatement.getCurrentResultSet.
Decided to backport this to Jaybird 5.0.5 as well, see #809 |
#762 Remove restriction to only allow calls to getResultSet if the result set was not returned yet
ok
…------------------ 原始邮件 ------------------
发件人: "FirebirdSQL/jaybird" ***@***.***>;
发送时间: 2024年6月14日(星期五) 下午3:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [FirebirdSQL/jaybird] Remove restriction to only allow calls to getResultSet if the result set was not returned yet (Issue #762)
Decided to backport this to Jaybird 5.0.5 as well, see #809
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
When I am linking with a third-party software, the third-party software calls the data link of Firebird and executes an SQL statement. At this time, it returns an error statement: Only one result set at a time/statement, May I ask how to avoid this problem, or if it can be directly solved in Firebird's JAR.
The text was updated successfully, but these errors were encountered: