You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected result
Receive values without commas or convert them
System trying to connect to and version
PostgreSQL 11, DB2 10.5
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: