1.Open ADS 17.0.8
2.Connect to any database who supports Boolean data type.(say PostgreSQL).
3.Execute below SQL.
![]() |
5 KB
|
234 KB
From Dev Ram
From Tom
Hi Ram, I don't think that the changes resolve the issue. It seems that the column is defined as a numeric and so any value is translated into a numeric. I was not able to find a way to determine that the column is a boolean. Have another look and see if there is a way to resolve it. Thanks, Tom
From Tom
Hi Ram, I don't think that the changes resolve the issue. It seems that the column is defined as a numeric and so any value is translated into a numeric. I was not able to find a way to determine that the column is a boolean. Have another look and see if there is a way to resolve it. Thanks, Tom
From SachinPrakash
When importing a column whose destination type is boolean, we could try converting the input data to a boolean. What would the logic be? If 0 or "false" then FALSE else TRUE?
From SachinPrakash
When importing a column whose destination type is boolean, we could try converting the input data to a boolean. What would the logic be? If 0 or "false" then FALSE else TRUE?
Issue #14687 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
From Dev Ram