linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #09151
[Bug 1206375] [NEW] Bad lowercasing of column names in JDBC DatabaseMetaData ResultSets
Public bug reported:
On the jOOQ User Group, a user has reported an incident related to
Drizzle JDBC returning all lower case column names, even for
DatabaseMetaData ResultSets, such as DatabaseMetaData.getTables().
In my opinion, this is not correct. According to the JDBC specs
(Javadoc), columns like TABLE_SCHEM, TABLE_NAME should be upper-cased as
access by column name is case-sensitive in Java, through the JDBC API.
See the incident on the jOOQ User Group here:
https://groups.google.com/forum/#!topic/jooq-user/1am_U9ntVoQ
** Affects: drizzle
Importance: Undecided
Status: New
** Tags: jdbc
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1206375
Title:
Bad lowercasing of column names in JDBC DatabaseMetaData ResultSets
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
Bug description:
On the jOOQ User Group, a user has reported an incident related to
Drizzle JDBC returning all lower case column names, even for
DatabaseMetaData ResultSets, such as DatabaseMetaData.getTables().
In my opinion, this is not correct. According to the JDBC specs
(Javadoc), columns like TABLE_SCHEM, TABLE_NAME should be upper-cased
as access by column name is case-sensitive in Java, through the JDBC
API.
See the incident on the jOOQ User Group here:
https://groups.google.com/forum/#!topic/jooq-user/1am_U9ntVoQ
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1206375/+subscriptions
Follow ups
References