Hi Hoan
You can use the sql:log-enable pragma to set the log level on a per query basis
as detailed at:
http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsparqlimplementatioptragmasccg
and should work for hibernate or any other method being used to execute queries
against the serv
Hi. I'm using hibernate for Virtuoso and I got some problem about Deadlock
transaction. it happened when I used different thread to query the same
table. I read the document and I found the log_enable() function which
suppose to solve my problem but It use for the Sparul language. How could I
use i