firebird-automations
firebird-automations
Modified by: @mrotteveel Link: This issue is related to [JDBC292](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC292+in%3Atitle) \[ [JDBC292](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC292+in%3Atitle) \]
Commented by: @mrotteveel Looking at section 6\.4 of JDBC 4\.1, it seems that the \{call\.\.\.\} should also be supported on Statement and PreparedStatement\. This means I have to find a...
Commented by: @mrotteveel Sent a mail to jdbc\-spec\-discuss to ask whether the call\-escape should be supported for Statement and PreparedStatement\.
Commented by: @mrotteveel Statement and PreparedStatement should support the \{call \} escape as well\. For Statement only with literal parameters, for PreparedStatement only with IN parameters, and both don't need...
Modified by: @mrotteveel description: Currently the \{call \.\.\. \} escape is supported for Statement and PreparedStatement as well\. It should only be supported for CallableStatement\. This will also reduce the...
Modified by: @mrotteveel summary: Refactor support for \{call \.\.\.\} escape support for better support in Statement, PreparedStatement and CallableStatement =\> Refactor implementation of \{call \.\.\.\} escape for better support in...
Modified by: @mrotteveel Link: This issue relate to [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) \[ [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) \]
Modified by: @mrotteveel Link: This issue relate to [JDBC297](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC297+in%3Atitle) \[ [JDBC297](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC297+in%3Atitle) \]
Commented by: @mrotteveel See also [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle), one thing to check for is the validity of the current double parsing of the call escape, and whether the effect of FBProcedureCall\.checkParameters\(\) in...
Modified by: @mrotteveel Link: This issue relate to [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) \[ [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) \]