Skip to content

16.1.0: Fixed data type properties

Compare
Choose a tag to compare
@ckunki ckunki released this 13 Sep 11:17
· 14 commits to main since this release
6076c01

Summary

This release uses correct json encoding of some properties for data tytes.

Datat Type, Property Old implementation Fix
HASHTYPE, byteSize byteSize json key bytesize with lower case "s"
GEOMETRY, srid json key scale json key srid
INTERVAL Evaluate value of json key fromTo and use either DataType.createIntervalDaySecond() or DataType.createIntervalYearMonth()

Bug fixes

  • 253: Fixed data type properties