diff options
author | David Robillard <d@drobilla.net> | 2015-12-31 16:46:37 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-06 00:02:35 -0400 |
commit | 4cc80ae81717583d7f6af6ae3e49f1dbfcb6b503 (patch) | |
tree | 42afd0bd052f223604a8dbd0ff05af39f0171313 /NEWS | |
parent | 265ccacb80b6bbb7510f6d6fb4d4b7520bc3026a (diff) | |
download | sord-4cc80ae81717583d7f6af6ae3e49f1dbfcb6b503.tar.gz sord-4cc80ae81717583d7f6af6ae3e49f1dbfcb6b503.tar.bz2 sord-4cc80ae81717583d7f6af6ae3e49f1dbfcb6b503.zip |
Do proper comparison for numeric property bounds
Allow xsd:decimal values for xsd:double properties
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,11 +2,14 @@ sord (0.15.1) unstable; * Fix construction and comparison of URIs with UTF-8 characters * Fix documentation generation - * Return error from sord_inserter_write_statement() if a node can not be written - (e.g. undefined prefix) + * Return error from sord_inserter_write_statement() if a node can not be + written (e.g. undefined prefix) * Make sord_node_get_counted return byte count, and clarify documentation * Safely return NULL from sord_iter_get() for end iterators * Add sord_node_get_string_measured() to get both byte and character counts + * sord_validate: Do proper numeric comparison for propery bounds checking + * sord_validate: Tolerate xsd:decimal literals for double and float + properties if literals match pattern -- David Robillard <d@drobilla.net> Sat, 09 Jul 2016 11:28:24 -0400 |