HughWilliams

Results 219 comments of HughWilliams

If you are going to rebuild on Linux using the latest `develop/7` git repo, then please retest this issue against this version, to see if the problem is fixed, as...

@havardl : I have been able to recreate and reported to development to look into ...

Yes, Virtuoso can handle multiple TB data volumes as can been see for some of the publicly hosted instances as detailed in spreadsheet [here](https://docs.google.com/spreadsheets/d/1-stlTC_WJmMU3xA_NxA1tSLHw6_sbpjff-5OITtrbFw/edit#gid=812792186) ...

I have been able to recreate, even loading from `isql` using the `ttlp()` function thus it is not JDBC related: ``` SQL> ttlp ('http://www.zaragoza.es/api/recurso/geometry/WGS84/41.635338_-0.911101 a http://www.opengis.net/ont/sf#Point , http://www.w3.org/2003/01/geo/wgs84_pos#Point ; http://www.opengis.net/ont/geosparql#asWKT...

@yonyonson: This issue is still to be resolved, I have reported your occurrence to the bug report so it can be checked also ...

@jakubklimek: GeoSPARQL support is being scheduled for the next Virtuoso 8 release ...

Base GeoSPARQL support was added to the Virtuoso open source `develop/7` branch last month, as indicated at -- * https://github.com/openlink/virtuoso-opensource/blob/develop/7/README.GeoSPARQL.md * https://twitter.com/pkleef/status/1042859635089268736 -- and will soon be added to the...

It would appear your PostgreSQL Native ODBC Driver (psqlodbcw.so) is successfully connecting to the database with MS Query, which is then probably making ODBC metadata calls to obtain the table...

We are looking into the reported issues ...

There is no INI file setting for controlling the `10000 line` count for a SQL query. This is a setting in the source code `#define SSG_MAX_ALLOWED_LINE_COUNT 10000` in the [libsrc/Wi/sparql2sql.h](https://github.com/openlink/virtuoso-opensource/blob/develop/7/libsrc/Wi/sparql2sql.h)...