exasol / virtual-schemas

Entry point repository for the EXASOL Virtual Schemas
http://www.exasol.com
MIT License
24 stars 23 forks source link

Example for ORACLE_CAST_NUMBER_TO_DECIMAL_WITH_PRECISION_AND_SCALE #413

Closed PeggySchmidtMittenzwei closed 3 years ago

PeggySchmidtMittenzwei commented 3 years ago

Situation

When the VS parses the property ORACLE_CAST_NUMBER_TO_DECIMAL_WITH_PRECISION_AND_SCALE, it falsely claims that there shoud be a dot between the two numbers, where a comma is actually required.

Acceptance Criteria

  1. Fixed parsing error message for ORACLE_CAST_NUMBER_TO_DECIMAL_WITH_PRECISION_AND_SCALE.
  2. Added example to user documentation