Subject | Jaybird 2.1.3 released |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-02-25T14:10:02Z |
Hi,
Jaybird 2.1.3 released. This release fixes only one bug, JDBC-106, which
is related to the situation when developers use DatabaseMetaData class
with identifiers/patterns with 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. This, in worst case will cause two queries to be executed
against the database, which can lead to performance loss.
Roman
Jaybird 2.1.3 released. This release fixes only one bug, JDBC-106, which
is related to the situation when developers use DatabaseMetaData class
with identifiers/patterns with 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. This, in worst case will cause two queries to be executed
against the database, which can lead to performance loss.
Roman