You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named schema can currently be created via the Database.set_options method, but there is no way to execute a select query with a non-default schema. As far as I can tell, this is supported by the HTTP API (https://stardog-union.github.io/http-docs/#tag/Reasoning/operation/queryPostWithReasoning), so should hopefully be an easy change to the Connection.select method.
The text was updated successfully, but these errors were encountered:
Named schema can currently be created via the
Database.set_options
method, but there is no way to execute a select query with a non-default schema. As far as I can tell, this is supported by the HTTP API (https://stardog-union.github.io/http-docs/#tag/Reasoning/operation/queryPostWithReasoning), so should hopefully be an easy change to theConnection.select
method.The text was updated successfully, but these errors were encountered: