I am trying to connect to DB2 database with this ODBC driver
When I am trying to import tables with real, float, double types I have errors such as cannot convert to real (1,00000E). All problems comes from comma. How can I change this?
Steps to Reproduce
Please break down here below all the needed steps to reproduce the issue
Import foreign table with float, real, double type
Select from table gives error
Current Result
Error type conversion - real in postgresql can't convert with comma separator
Context
I am trying to connect to DB2 database with this ODBC driver When I am trying to import tables with real, float, double types I have errors such as cannot convert to real (1,00000E). All problems comes from comma. How can I change this?
Steps to Reproduce
Please break down here below all the needed steps to reproduce the issue
Current Result
Error type conversion - real in postgresql can't convert with comma separator
Expected result
Receive values without commas or convert them
System trying to connect to and version
PostgreSQL 11, DB2 10.5