We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted by: @pcisar
According to DB API 2.0 spec:
An Error <http://www.python.org/dev/peps/pep-0249/#error> (or subclass) exception is raised if the previous call to .execute*() <http://www.python.org/dev/peps/pep-0249/#id14> did not produce any result set or no call was issued yet.
Instead reporting correct error, FDB response to fetch on executed statement that doesn't return any result ends with memory access violation error.
Commits: 74637bc a336033 FirebirdSQL/fbt-repository@07c370d FirebirdSQL/fbt-repository@85ea220
The text was updated successfully, but these errors were encountered:
status: Open [ 1 ] => Closed [ 6 ]
resolution: Fixed [ 1 ]
Fix Version: 1.2 [ 10530 ]
Sorry, something went wrong.
Commented by: @pcisar
Reopenned to change fix version.
status: Closed [ 6 ] => Reopened [ 4 ]
resolution: Fixed [ 1 ] =>
Fix version changed.
status: Reopened [ 4 ] => Closed [ 6 ]
Fix Version: 1.1.1 [ 10540 ]
Fix Version: 1.2 [ 10530 ] =>
pcisar
No branches or pull requests
Submitted by: @pcisar
According to DB API 2.0 spec:
An Error <http://www.python.org/dev/peps/pep-0249/#error> (or subclass) exception is raised if the previous call to .execute*() <http://www.python.org/dev/peps/pep-0249/#id14> did not produce any result set or no call was issued yet.
Instead reporting correct error, FDB response to fetch on executed statement that doesn't return any result ends with memory access violation error.
Commits: 74637bc a336033 FirebirdSQL/fbt-repository@07c370d FirebirdSQL/fbt-repository@85ea220
The text was updated successfully, but these errors were encountered: