HughWilliams

Results 219 comments of HughWilliams

The document details Virtuoso [SPARUL -- an Update Language For RDF Graphs](https://docs.openlinksw.com/virtuoso/rdfsparul/) which existed before the official SPARQL 1.1 SPARQL Update standard ...

Ok, we shall add this to the previous test case you provided for this issue ...

The "isql" `SET CSV_RFC4180 ON;` command is the correct way to enable CSV results output: ``` SQL> SET CSV_RFC4180 ON; SQL> SPARQL SELECT * WHERE {?s ?p ?o} LIMIT 2;...

We shall look into this encoding issue in "isql" ...

@roelj: patch contributions are always welcomed ...

The `[iODBC][Driver Manager]dlopen(/usr/local/mysql-connector-odbc-8.2.0-macos13-x86-64bit/lib/libmyodbc8w.so, 0x0006): tried: '/usr/local/mysql-connector-odbc-8.2.0-macos13-x86-64bit/lib/libmyodbc8w.so' (file system sandbox blocked open())` error probably indicates there is some form of notarisation capability issue with the Office 365 Excel being used as...

If you perform a Virtuoso build and installation from the git repo at https://github.com/openlink/virtuoso-opensource then the default `dba` user password must be `dba` as empty database will be created setting...

I don't know if Ubuntu might set the `dba` to something other than the default for the prebuilt binary provided with their distributions ...

How many triples are in these 30K graphs ? Are you deleting the graphs with transaction log mode to set to `autocommit on`, i.e., with `log_enable(3,1)` as detailed in this...