jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

JDBC driver for Firebird

Results 60 jaybird issues
Sort by recently updated
recently updated
newest added

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\.

component: jdbc driver
priority: major
type: task

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\)...

component: jdbc driver
priority: major
type: new feature

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...

component: jdbc driver
priority: major
type: bug
affect-version: Jaybird 2.2.4

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...

component: jdbc driver
priority: major
type: bug

Submitted by: @mrotteveel Jaybird ignores maxFieldSize property of Statement \(and subclasses\)

component: jdbc driver
priority: major
type: improvement

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...

component: jdbc driver
priority: major
type: task

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...

component: jdbc driver
type: bug
priority: trivial

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...

priority: minor
type: improvement
component: services api

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...

component: jdbc driver
type: bug
priority: minor
affect-version: Jaybird 2.2

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....

fix-version: Jaybird 5
type: new feature
component: services api