JayBird 2.1.3 (Default branch) |
|
|
JayBird is JCA/JDBC driver suite for connecting to Firebird
database servers. It was based on Borland's InterClient JDBC
driver and uses the new JCA standard, which specifies an
architecture in which an application server can cooperate with
a driver so that the application server manages transactions,
security, and resource pooling, and the driver supplies only the
connection functionality. It also supports JDBC.
License: Mozilla Public License (MPL)
Changes:
This release fixes only one bug, related to the
situation in which
developers use the DatabaseMetaData class with
identifiers/patterns with
a case different to the one in the database. The
solution is to try to
execute the query with the original case, and when
nothing is found,
another query with uppercased identifiers is
executed. In the worst
case, this will cause two queries to be executed
against the database,
which can lead to performance loss.
|