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

Add basic support for JDBC 4.0 stream/reader methods on PreparedStatement and CallableStatement [JDBC213] #262

Closed
firebird-automations opened this issue Dec 18, 2011 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Relate to JDBC187
Is duplicated by JDBC243

Include basic support for the stream/reader methods added in JDBC 4.0

Commits: a7bd5f8

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

assignee: Roman Rokytskyy [ rrokytskyy ] => Mark Rotteveel [ avalanche1979 ]

Fix Version: Jaybird 2.2 [ 10053 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Implemented methods defined by JDBC 4.0 as far as possible.

In some cases I added an implementation which eventually calls a method which currently throws an FBDriverNotCapableException. This may seem weird, but when that single method does get implemented the rest should start working as well.

TODO: Review existing tests and maybe add some more.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue relate to JDBC187 [ JDBC187 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

I am going to defer add further tests and changes to version 2.3

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue is duplicated by JDBC243 [ JDBC243 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

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

2 participants