Can't cast from decimal to boolean in postgresql
------------------------------------------------
Key: TEIID-3352
URL:
https://issues.jboss.org/browse/TEIID-3352
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 7.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
We can't cast directly to boolean in postgresql from decimal. The Teiid conversion
assume anything that isn't 0 is true (matches h2 and other handling).