jaybird
jaybird copied to clipboard
JDBC driver for Firebird
Submitted by: @mrotteveel The documentation of setTpbMapping incorrectly states "The path begins with the protocol specification followed by the path to the resource\. A special protocol "res:" should be used...
Submitted by: @mrotteveel The BigDecimal float/double conversion is a bit mixed\. FBBigDecimalField and FBDecFloatField use equivalents of \`BigDecimal\.valueOf\(double\)\` when setting double values, but FBFloatField and FBDoubleField use new BigDecimal\(double\) when...
DatabaseMetaData.getTypeInfo column FIXED_PREC_SCALE may have wrong value for some types [JDBC515]
Submitted by: @mrotteveel In DatabaseMetaData\.getTypeInfo, column FIXED\_PREC\_SCALE we currently return true for all types that have a fixed precision and scale, the JDBC apidoc however says "FIXED\_PREC\_SCALE boolean =\> can...
Submitted by: @mrotteveel After a query has been executed on a FBStatement, that statement remains prepared on the handle\. Instead, the statement should be unpreprared \(maybe at transaction end?\)\.
Submitted by: @mrotteveel Is related to [JDBC296](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC296+in%3Atitle) Is related to [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) Is related to [JDBC289](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC289+in%3Atitle) Relate to [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) Relate to [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) The current implementation of FBCallableStatement has several problems \(see...
Submitted by: @vasiliy-yashkov Hello\! Is it possible to receive information about request like "prepare time", "execute time", "reads from disk to cache" and etc\.? At the moment, jaybird allows to...
Submitted by: @mrotteveel Implement JDBC 4\.1 Connection\.abort\(Executor executor\)
Submitted by: Tomasz Kujalow (tkujalow) 1\) When I set property RoleName to "" \(empty string\) I get error: GDS Exception\. 335544382\. Invalid clumplet buffer structure: buffer end before end of...
Submitted by: @mrotteveel The method public Properties getClientInfo\(\) in FBConnection never returns anything, because it uses a set of keynames \(clientInfoPropNames\) that is never populated\.
Submitted by: @mrotteveel getClientInfo doesn't return system context information, however the apidoc suggests it should also report connection and system level information