jaybird
jaybird copied to clipboard
JDBC driver for Firebird
Submitted by: @mrotteveel Relate to [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) The conditions for throwing an SQLException for using \(most\) methods on a statement are not well\-tested\. Add tests for this\.
Submitted by: @mrotteveel The negative blob sub types in Firebird could be considered as UDTs \(User Defined Types\)\. Add support to read/write types implementing java\.sql\.SQLData \(mapping to a specific subtype\)...
Submitted by: Chouteau Mathieu (chouteaum) Attachments: [TestEncodingFB.java](https://github.com/FirebirdSQL/jira-attachments/raw/main/JDBC/JDBC-354/12521_TestEncodingFB.java) Use a preparedStatement with a parameter on a 5 characters column\. When you execute the query \(select, update, delete or insert\), you don't...
Submitted by: @mrotteveel Some actions on PreparedStatement/CallableStatement incorrectly complete other statements in autoCommit\. This is caused by a call to notifyStatementStart\(\) where only the \(FBStatement\) field completed needs to be...
Submitted by: @mrotteveel Jaybird ignores maxFieldSize property of Statement \(and subclasses\)
Submitted by: @mrotteveel Decisions on type information happens in to many places \(eg in FBDatabaseMetaData, FBResultSetMetaData, FBParameterMetaData, FBField\)\. This should be factored out to a single repository of information for...
Submitted by: @mrotteveel Assigned to: Roman Rokytskyy (rrokytskyy) The current value for FBSQLException\.SQL\_STATE\_INVALID\_ARG\_VALUE might be wrong\. It currently has value HY009 which is the sqlstate for "Invalid use of null...
Submitted by: fabianobonin (fabianobonin) Assigned to: Roman Rokytskyy (rrokytskyy) gfix has the option "\-two\_phase \| all" which fix two\-phase transactions in limbo\. It would be nice to have this options...
Submitted by: @mrotteveel Assigned to: Roman Rokytskyy (rrokytskyy) Potential bug \(needs more investigation\): When XA start\(\) is called on the XAResource an exception is thrown if the connection is currently...
Hi! With IBX using TIBDatabaseInfo you can get insert/update/delete/read count. It would be great if I could get the same statistics in structured objects (ExecStat[]) with a simple method call....