[Virtuoso-users] BUG: Virtuoso server truncates string literal to 20 bytes if ORDER BY is used

2008-09-30 Thread Alexander I. Gordeev
Hi All! I've found a bug which is described in subj. An easy way to reproduce (works on default empty database): 1. Add a triple where object is a string literal with more then 20 bytes in length. 2. Run a query: sparql select ?o from where {?s ?p ?o} order by ?s The output wil

Re: [Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Sergio Fernández
Drooping out the namespaces, there is an error, the insert should be: > INSERT INTO GRAPH { > _:v rdf:type ns:Class . > _:v ns:prop1 ?forum . > ?user ns:prop2 _:v . > _:v ns:prop2 ns:Instance > } -- Sergio Fernández - sergio.fernan...@fundacionctic.org Departament

Re: [Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Tim Haynes
Sergio Fernández wrote: Trying some things, I tried to get the data from an empty named graph, and I got the same result. So the volume of data is not the problem here... :-/ Thanks for that and the sample insert query. It's been forwarded to our developers for further investigation. Regards

Re: [Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Sergio Fernández
Trying some things, I tried to get the data from an empty named graph, and I got the same result. So the volume of data is not the problem here... :-/ -- Sergio Fernández - sergio.fernan...@fundacionctic.org R&D Deparment CTIC Foundation - www.fundacionctic.org Phone: +34 984 29 12 12 Fax: +34

Re: [Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Sergio Fernández
On Tue, 2008-09-30 at 13:06 +0100, Tim Haynes wrote: > Could you send us the text of the insert query, and any other useful data > for replicating it, please? Sure. It's something like (omitted prefixes declaration): INSERT INTO GRAPH { _:v rdf:type ns:Class . _:v ns:

Re: [Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Tim Haynes
Sergio Fernandez Lopez wrote: Hi, in a query I'm trying to insert some triples, but it kills the server: 10:35:52 GPF: sparul2sql.c:157 sparp_ctor_triple_is_disjoin_with_where_pattern (): wrong gp subtype GPF: sparul2sql.c:157 sparp_ctor_triple_is_disjoin_with_where_pattern (): wrong gp subty

[Virtuoso-users] SPARUL query kills Virtuoso

2008-09-30 Thread Sergio Fernandez Lopez
Hi, in a query I'm trying to insert some triples, but it kills the server: 10:35:52 GPF: sparul2sql.c:157 sparp_ctor_triple_is_disjoin_with_where_pattern (): wrong gp subtype GPF: sparul2sql.c:157 sparp_ctor_triple_is_disjoin_with_where_pattern (): wrong gp subtype The query is not so complex,