This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Rasqal RDF Query Library".
The branch, master has been updated
via 695b26b39ae7057e2c91aab7d6ec7daba16ef987 (commit)
via f615573d8148d2f1a4c35d2a18dde105059b5eba (commit)
from a59f6319209d872fdf03f117471caf8624593821 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 695b26b39ae7057e2c91aab7d6ec7daba16ef987
Author: Dave Beckett <[email protected]>
Date: Thu Mar 4 18:06:25 2010 -0800
Added literal type RASQAL_LITERAL_INTEGER_SUBTYPE to let subtypes of
xsd:integer work.
rasqal_literal_type gains (internal) RASQAL_LITERAL_INTEGER_SUBTYPE
to handle literals that are sub-types of xsd:integer - so their
parent is always RASQAL_LITERAL_INTEGER and for all other purposes,
act as integer.
(rasqal_literal_set_typed_value): If type is
RASQAL_LITERAL_INTEGER_SUBTYPE, do not rewrite the datatype URI based
on the literal type, but assume URI already there and parent type are
correct.
(rasqal_xsd_datatype_uri_to_type): Recognize when a type URI is found
that is a subtype of xsd:integer, set literal type to
RASQAL_LITERAL_INTEGER_SUBTYPE.
(rasqal_xsd_datatype_is_numeric): Accept
RASQAL_LITERAL_INTEGER_SUBTYPE as a numeric type.
(rasqal_xsd_datatype_parent_type): Return RASQAL_LITERAL_INTEGER as
parent type for RASQAL_LITERAL_INTEGER_SUBTYPE.
Update all literal type switches to use
RASQAL_LITERAL_INTEGER_SUBTYPE as RASQAL_LITERAL_INTEGER.
commit f615573d8148d2f1a4c35d2a18dde105059b5eba
Author: Dave Beckett <[email protected]>
Date: Thu Mar 4 17:26:14 2010 -0800
code style
-----------------------------------------------------------------------
Summary of changes:
src/rasqal.h | 5 +-
src/rasqal_format_json.c | 1 +
src/rasqal_format_sparql_xml.c | 1 +
src/rasqal_format_sv.c | 1 +
src/rasqal_literal.c | 41 +++++++--
src/rasqal_query_results.c | 3 +
src/rasqal_query_write.c | 1 +
src/rasqal_xsd_datatypes.c | 174 +++++++++++++++++++++-------------------
8 files changed, 135 insertions(+), 92 deletions(-)
hooks/post-receive
--
Rasqal RDF Query Library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits