linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #09216
[Bug 1206375] Re: Bad lowercasing of column names in JDBC DatabaseMetaData ResultSets
This should probably be reported against DrizzleJDBC
https://github.com/krummas/DrizzleJDBC rather than the Drizzle server.
** Changed in: drizzle
Status: New => Invalid
--
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:
Invalid
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
References