diff options
author | David Robillard <d@drobilla.net> | 2021-03-11 14:47:36 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-12 22:36:14 -0500 |
commit | b37402500176b328a6a5752df2a170538cc9594c (patch) | |
tree | 123b86f123177f805edd631cc05beb0fc131dd38 /COPYING | |
parent | 50f531462274bb6c395ff1b63cf7c1016d7bb088 (diff) | |
download | lv2-b37402500176b328a6a5752df2a170538cc9594c.tar.xz |
Use matching datatypes for fixed-size bounds in xsd.ttl
This avoids the need to do any datatype conversion for handling bounds. In
particular, it avoids troublesome range issues, like the maximum
xsd:unsignedLong being too large to fit in an xsd:long, which is likely what an
implementation without bigint support uses to represent xsd:integer.
So, avoid all of that by simply using the exact datatype in bounds for that
datatype, which makes more sense anyway.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions