jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

Cleanup escape parsing to prevent multiple passes [JDBC424]

Open firebird-automations opened this issue 9 years ago • 4 comments

Submitted by: @mrotteveel

Is related to JDBC292

Cleanup of statement parsing. Especially with FBCallableStatement and FBEscapedCallParser as it currently does additional (repeated) parsing of the query text which is no longer necessary.

Followup of JDBC292

firebird-automations avatar Mar 23 '16 16:03 firebird-automations

Modified by: @mrotteveel

description: Cleanup of statement parsing. Especially with FBCallableStatement and FBEscapedCallParser as it currently does additional (repeated) parsing of the query text which is no longer necessary. => Cleanup of statement parsing. Especially with FBCallableStatement and FBEscapedCallParser as it currently does additional (repeated) parsing of the query text which is no longer necessary.

Followup of JDBC292

firebird-automations avatar Mar 23 '16 16:03 firebird-automations

Modified by: @mrotteveel

Link: This issue is related to JDBC292 [ JDBC292 ]

firebird-automations avatar Mar 23 '16 16:03 firebird-automations

Modified by: @mrotteveel

Fix Version: Jaybird 3.1 [ 10441 ]

firebird-automations avatar Mar 23 '16 16:03 firebird-automations

Modified by: @mrotteveel

Fix Version: Jaybird 5 [ 10871 ]

Fix Version: Jaybird 4 [ 10441 ] =>

firebird-automations avatar Jun 24 '18 18:06 firebird-automations