Releases: FirebirdSQL/jaybird
Releases · FirebirdSQL/jaybird
JayBird 1.5.2
Contains fixes to some reported issues with v.1.5.1.
- There should be no more “invalid statement handles”
- Result sets should be correctly released when using the connection pool.
- Some more fixes should remove the “cannot start transaction, local transaction active”. A
- It is now possible to specify both
isc_dpb_lc_ctype
andcharSet
encodings. In this caselc_ctype
is passed to the database,charSet
is used to convert bytes to characters. The most useful case is whenlc_ctype=NONE
. Previously the driver used the default JVM encoding to convert bytes into strings. Now you can enforce the encoding you like and do not need to depend on the regional settings of the host OS.
Attempts to build it with JDK 1.5, were not successful. The build system cannot run with 1.5 (the target=”1.2” part in build.xml and the used version of Ant does not understand 1.5), and at least the JNDI code from the pool does not compile due to use of generics in the JNDI API.
Most likely one can build driver by using the “compatibility” mode of the compiler, but the build system must be fixed (probably requires upgrade of Ant). I think we would need to split the code bases the same way I did it for JDK 1.3 and JDK 1.4. Are there any volunteers for this task?
JayBird 1.5.1
- fixed JDK 1.3 compatibility
- fixed
NullPointerException
in the connection pool
JayBird 1.5.0
JayBird_1_5_0 This commit was manufactured by cvs2svn to create tag 'JayBird_1_5_0'.
JayBird 1.5.0-RC-4
Release_1_5_0_RC4 This commit was manufactured by cvs2svn to create tag 'Release_1_5_0_…
JayBird 1.0.1
JayBird_1_0_1 This commit was manufactured by cvs2svn to create tag 'JayBird_1_0_1'.
JayBird 1.0.0
JayBird_1_0_0 This commit was manufactured by cvs2svn to create tag 'JayBird_1_0_0'.
JayBird 1.0.0-RC-2
Release_1_0_0RC2 This commit was manufactured by cvs2svn to create tag 'Release_1_0_0R…
JayBird 1.0-RC-1
Release_1_0_RC1 This commit was manufactured by cvs2svn to create tag 'Release_1_0_RC1'.
JayBird 1.0-beta-1
Release_1_0_beta_1 This commit was manufactured by cvs2svn to create tag 'Release_1_0_be…