[
https://issues.apache.org/jira/browse/DERBY-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen closed DERBY-4868.
-------------------------------------
Resolution: Fixed
Fix Version/s: 10.7.1.0
Issue & fix info: (was: [Patch Available])
Committed revision 1028645.
> 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
> Affects Versions: 10.7.1.0
> Reporter: Knut Anders Hatlen
> Assignee: Knut Anders Hatlen
> Priority: Minor
> Fix For: 10.7.1.0
>
> Attachments: bit-boolean.diff
>
>
> 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.