Re: [Virtuoso-users] Insert wrong numerical values

2014-04-14 Thread Ivan Mikhailov
Hello Alex I can add one more pragma like "define sql:accept-invalid-literals 1" for compile-time, but first I'd like to know what behavior is preferable: Variant 1: the invalid literal is stored as string "1,200" and type xsd:float . Later, the FILTER (datatype (?o) = xsd:float) in query will no

[Virtuoso-users] Insert wrong numerical values

2014-04-14 Thread Alex Stolz
Hi, I am running Virtuoso 7.1.0 (build 07.10.3208) -> fresh download from Github! Is it possible with Virtuoso to disable the strict validation of triples during insertion (using SPARQL 1.1 Update feature)? Because I would need to insert them as they are and only afterwards check for correctnes