HughWilliams

Results 219 comments of HughWilliams

As detailed in the [log_enable](https://docs.openlinksw.com/virtuoso/fn_log_enable/) documentation: `log_enable(2)` — turns off transaction logging and turns on auto-commit mode `log_enable(3)` — turns on transaction logging and turns on auto-commit mode So, `log_enable(2)`...

The Virtuoso SPARQL endpoint is accessible at `http://{hostname}:{port}/sparql`, where `{port}` is `8890` by default, unless changed in the `virtuoso.ini` configuration file, as detailed in the Virtuoso [SPARQL Web Services &...

When making the JDBC connection, you are not passing the `charset=UTF-8` param correctly, as it should be delimited with a `/` (slash) as part of the JDBC connect string —...

The value of `"value": "Belgi\u00EB spelled correctly"` is a valid JSON escaped unicode string and will be parsed properly by any JSON aware parser. Which can be seen if the...

Yes, we are preparing a fix for that issue ...

What Freebase dataset(s) are being loaded, and what is their size in number of triples? Please also provide the link you downloaded it from, if available. Have you done any...

The status output shows you are running an old Virtuoso `Version 07.20.3229-pthreads for Linux as of Aug 15 2018`. We would recommend upgrading to the latest [open source version](https://github.com/openlink/virtuoso-opensource/releases/tag/v7.2.14), as...

**`T_END_FLAG (intnum)`** — This option is used to indicate that the transitive operation should stop when the variable returns a non-zero value. Its value is a positive integer indicating the...