exasol / virtual-schema-common-jdbc

Common module for JDBC-based access from Virtual Schemas
MIT License
0 stars 1 forks source link

Locale specific formatting of decimal point #119

Closed kaklakariada closed 1 year ago

kaklakariada commented 2 years ago

Method SqlGenerationVisitor.visit(SqlLiteralDouble) returns values with decimal point , when the locale is set to e.g. en_DE.

This is unexpected, the visit method should always return decimal point . independent of the locale.

Other methods may also be affected.

ckunki commented 2 years ago

see https://github.com/exasol/hive-virtual-schema/issues/28