Remove Types.BIT/Types.BOOLEAN switch in JVMInfo
------------------------------------------------
Key: DERBY-4868
URL: https://issues.apache.org/jira/browse/DERBY-4868
Project: Derby
Issue Type: Improvement
Components: SQL
Reporter: Knut Anders Hatlen
Priority: Minor
Fix For: 10.7.1.0
JVMInfo contains code to switch between using Types.BIT and Types.BOOLEAN based
on the JVM version. This was needed when we supported Java 1.3, since
Types.BOOLEAN was introduced in Java 1.4 and so Types.BIT had to be used
instead on old platforms. Currently, all supported JDBC versions (including
JSR-169 for small devices) have Types.BOOLEAN, so the code is no longer needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.