HughWilliams

Results 219 comments of HughWilliams

When I load your tables and generate default RDF Views from the tables all the SQL queries return no data: ``` SQL> sparql prefix : select ?entry where { ?entry...

As asked in the source forge email thread, do you have a minimal test case for recreating the issue ?

OK, see what you mean, the reference to the source forge issue confused me as it talk about another related issue with "`geof:sfIntersects`". Anyway I have been able to recreate...

Can you provide: 1. The output of running the following query to check the max length of the object values in the `RDF_OBJ` table: `select max (length(RO_LONG)) from RDF_OBJ;` 2....

Thanks for the additional information , we are looking into the cause of the error ...

@KonradHoeffner: I see what you mean. Thanks for the notification. We shall have that corrected in the documentation ...

We are looking into the issue and will report back on our findings and fix ...

What is the version for the [Virtuoso Open Source Docker Container](https://hub.docker.com/r/openlink/virtuoso-opensource-7) image being used? The docker image was updated with the latest [`stable/7` branch ](https://github.com/openlink/virtuoso-opensource/tree/stable/7) updates, some of which included...

The latest Virtuoso Open Source docker container version is `Version 7.2.7.3234-pthreads as of May 18 2022 (031118cc2)` as per [the docker hub site](https://hub.docker.com/r/openlink/virtuoso-opensource-7#:~:text=virtuoso%2Dopensource%2D7-,To%20check%20the%20version,-of%20the%20Virtuoso), so you are not using the latest...

I have been able to recreate this problem and reported to development to look into and fix ...