exasol / virtual-schema-common-java

Common part of all Exasol Virtual Schema
MIT License
1 stars 5 forks source link

Fix data type properties #253

Closed ckunki closed 2 years ago

ckunki commented 2 years ago

See https://github.com/exasol/virtual-schema-common-java/blob/main/doc/development/api/data_types_api.md

Changes

type current implementation Proposed fix
byteSize byteSize json key bytesize (lower case "s")
GEOMETRY/sri json key scale json key srid
INTERVAL Evaluate value of json key fromTo and use either DataType.createIntervalDaySecond() or DataType.createIntervalYearMonth()

Change handling of missing information from database

ckunki commented 2 years ago

See also