Completed
Details
Assignee
Sean CorfieldSean CorfieldReporter
Sean CorfieldSean CorfieldPriority
Major
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
Sean Corfield
Sean CorfieldPriority

Created December 16, 2013 at 8:00 PM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM
After some experimentation, I've discovered that certain JDBC drivers return the equivalent of
(Boolean. true)
and(Boolean. false)
which are truthy/falsey but sometimes produce surprising results since they are not actuallytrue
andfalse
. Extending the result set reading protocol toBoolean
to turn them into canonical values viaif
seems to do the trick.