Support Informix Boolean Type

Description

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:

Activity

Show:

Former user August 11, 2016 at 12:07 AM

Fixed in 5.1 as well.

Former user August 11, 2016 at 12:07 AM

Reopen to add fix version.

Vlad Mihalcea May 19, 2016 at 7:05 AM

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.

Fixed

Details

Assignee

Reporter

Labels

Original estimate

Time tracking

No time logged1h remaining

Components

Fix versions

Affects versions

Priority

Created July 6, 2015 at 1:26 AM
Updated June 18, 2020 at 12:34 PM
Resolved August 11, 2016 at 12:07 AM