-
-
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
Review (and revise) FBCallableStatement implementation [JDBC297] #343
Comments
Modified by: @mrotteveelFix Version: Jaybird 2.3 [ 10440 ] |
Modified by: @mrotteveel |
Modified by: @mrotteveel |
Modified by: @mrotteveel |
Modified by: @mrotteveel |
Modified by: @mrotteveel |
Modified by: @mrotteveelFix Version: Jaybird 4 [ 10441 ] => |
See also issue #775 for something that needs to be addressed when working on this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submitted by: @mrotteveel
Is related to JDBC296
Is related to JDBC229
Is related to JDBC289
Relate to JDBC350
Relate to JDBC402
The current implementation of FBCallableStatement has several problems (see JDBC229, JDBC296), it is not fully JDBCcompliant and I have the feeling that it doesn't support all stored procedure options of Firebird (although that needs more research). The FBCallableStatement needs a thorough review and parts may need to be rewritten.
The text was updated successfully, but these errors were encountered: