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: Fidel Viegas (araujofh) Votes: 1 I was playing around with the employee\.fdb database and I noticed that jaybird does not yet support Types\.ARRAY type\. Since I did not...

component: jdbc driver
priority: major
type: new feature

Submitted by: Attila Molnár (e_pluribus_unum) Attachments: [JDBC-402.ZIP](https://github.com/FirebirdSQL/jira-attachments/raw/main/JDBC/JDBC-411/12823_JDBC-402.ZIP) Hi Mark\! On one \[read\-write, read\-commited\] thread I update a blob column in a record\. On an other \[read, read\-commited\] thread I read...

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

Submitted by: Attila Molnár (e_pluribus_unum) Hi Mark\! The "test" proc is selectable, but executed via EXECUTE PROCEDRURE/CallableStatement\. Reading out parameter cause "Current statement has no data to return\." exception\. I...

type: bug
priority: minor
affect-version: Jaybird 3.0.8

Submitted by: @mrotteveel Currently, Jaybird always prepares statements\. For DDL statements it would be better if statement completion drops the prepared statement from the handle to avoid metadata locks being...

component: jdbc driver
priority: major
type: improvement

Submitted by: @mrotteveel [JDBC527](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC527+in%3Atitle) added database encryption callback support for the pure java implementation\. This should also be supported for native and embedded\. Possible problems: \- What happens with a...

priority: major
component: jni/jna layer
type: improvement

Submitted by: Mark Paluch (mp911de) At SpringOne 2018 we've announced a new effort named R2DBC to bring Java\-based, reactive database access to relational databases\. R2DBC is for reactive usage what...

priority: minor
type: new feature

Submitted by: @mrotteveel Rework how prepareCall transforms explicit use of EXECUTE PROCEDURE procedure\_name or SELECT \* FROM procedure\_name, as this is currently mapped in the exact same way a \{call...

priority: major
type: improvement

Submitted by: @mrotteveel Is related to [JDBC531](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC531+in%3Atitle) Is related to [JDBC571](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC571+in%3Atitle) In [JDBC571](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC571+in%3Atitle) we added some stopgap measures for CURSOR\_OPEN state affecting reuse\. We need to investigate if there is...

fix-version: Jaybird 5
component: jdbc driver
priority: major
type: improvement
affect-version: Jaybird 4

Submitted by: @mrotteveel DatabaseMetaData is a large interface, resulting in a very large implementation class\. It would be better to split off some parts \(especially the result set producing classes\)...

fix-version: Jaybird 5
component: jdbc driver
type: task

Submitted by: @mrotteveel Is duplicated by [JDBC334](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC334+in%3Atitle) Is related to [JDBC118](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC118+in%3Atitle) Currently Jaybird uses a System property set by the user to determine the processid to send to the server\....

type: improvement
priority: trivial
component: wire protocol