Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new rasqal_query_execute2(), old API deprecated #8

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant