firebird-automations
firebird-automations
Commented by: @mrotteveel Thanks, I'm certainly interested, but I currently don't have a lot of time and energy to work on something like this\. I'd also be interested how it...
Commented by: Mark Paluch (mp911de) Both ADBA and R2DBC aim for non\-blocking I/O\. ADBA exposes async APIs, R2DBC exposes reactive ones\. That manifests in ADBA communicating rows at a granularity...
Modified by: @mrotteveel summary: Add tests for calling execute\(\) after statement close =\> Add tests for calling methods on statement after statement close
Modified by: @mrotteveel Link: This issue relate to [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) \[ [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) \]
Commented by: Chouteau Mathieu (chouteaum) JUnit test case
Modified by: Chouteau Mathieu (chouteaum) Attachment: TestEncodingFB\.java \[ 12521 \]
Commented by: Chouteau Mathieu (chouteaum) To create the table wich is used by the JUnit test case : CREATE TABLE TEST \( ID integer NOT NULL, CODE varchar\(5\), CONSTRAINT CONSTRAINT\_NAME...
Commented by: @mrotteveel The observed behavior is caused by a check that doesn't take the bytes per character into account\. It will only throw the DataTruncation exception when the value...
Modified by: @mrotteveel Fix Version: Jaybird 2\.3 \[ 10440 \]
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) \]