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

Allow nested JDBC escapes [JDBC292] #338

Closed
firebird-automations opened this issue Dec 27, 2012 · 7 comments
Closed

Allow nested JDBC escapes [JDBC292] #338

firebird-automations opened this issue Dec 27, 2012 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Relate to JDBC296
Relate to JDBC424

Jaybird currently does not process nested JDBC escapes. It is unclear if this is actually required by the JDBC spec, but it is probably useful to implement.

Commits: d7319a6

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 2.3 [ 10440 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Implemented parsing for nested JDBC escapes, additional cleanup maybe necessary (especially with FBCallableStatement and FBEscapedCallParser as it currently does additional (repeated) parsing of the query text which is no longer necessary.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue relate to JDBC296 [ JDBC296 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue relate to JDBC424 [ JDBC424 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Created JDBC424 to address cleanup of parsing in Jaybird 3.1.

@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