jaybird
jaybird copied to clipboard
JDBC driver for Firebird
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...
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...
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...
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...
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...
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...
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...
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...
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\)...
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\....