Skip to content

Conversation

@vporton
Copy link

@vporton vporton commented Sep 8, 2017

I have created Data Graphs objects, which as the name suggests contain several graphs.

I recommend to use my new function rasqal_query_execute2() (with such object as an argument) instead of rasqal_query_execute() which I deprecated (together with some other functions).

The philosophy is to deprecate strong coupling between a query and a dataset and instead use separate "query" and separate "data set" objects. This allows to execute the same query with more than one different dataset. One advantage is that we no more need to recompile a query to use it with a different dataset.

@vporton
Copy link
Author

vporton commented Sep 8, 2017

Don't accept this pull request yet. More thorough testing found an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant