Skip to content
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

Support statements longer than 64KB with native/embedded connections #713

Closed
mrotteveel opened this issue Oct 16, 2022 · 0 comments
Closed

Comments

@mrotteveel
Copy link
Member

mrotteveel commented Oct 16, 2022

Since Firebird 3.0, Firebird supports statement texts longer than 64KB (with a server imposed internal limit of 10MB). This is already supported in the pure-java implementation, but not in the native/embedded implementations.

To pass statements longer than 64KB in native/embedded, a Firebird 3.0 or higher client library is required, and a null-terminated string should be offered to isc_dsql_prepare (pass length 0 and a null-terminated string, instead of actual length and normal string).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant