Applied PR on master. Thanks for your contribution.
Steve Ebersole September 25, 2015 at 11:00 PM
4.3 has the same method. If you are using 4.3, then why did you set affects version as 5.0?
If you can play around with remapSqlTypeDescriptor then great. If not, I'll get to it when I get to it.
Greg Jones September 24, 2015 at 10:31 PM
Edited
I am not familiar with the remapSqlTypeDescriptor method but am willing to give it a try if you give me the code. Bear in mind that we are using a patched Version 4.3.10.Final and need to stick to this version due to dependencies.
As outlined in HHH-3551, boolean support in Informix requires 't' or 'f', rather than the more-standard values used by other dialects.
The fix for this issue is to add the following method to InformixDialect.java: