Re: [Virtuoso-users] Query that crashes Virtuoso

2008-12-15 Thread Ivan Mikhailov
Hello Kjetil, I can not reproduce this error, probably it requires your data. More correctly, I need the data if the following SQL query is not crash: select sparql_to_sql_text ('prefix dct: CONSTRUCT { ?resource dct:title ?title } FROM

[Virtuoso-users] Query that crashes Virtuoso

2008-12-15 Thread Kjetil Kjernsmo
All, The following query appears to reproduceably crash Virtuoso 5.0.9: prefix dct: CONSTRUCT { ?resource dct:title ?title } FROM FROM WHERE { ?resource dct:title ?title . ?t