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

Introduce prepared statements #111

Open
1 of 3 tasks
k00ni opened this issue May 7, 2018 · 0 comments
Open
1 of 3 tasks

Introduce prepared statements #111

k00ni opened this issue May 7, 2018 · 0 comments
Labels
store Related to the RDF store.

Comments

@k00ni
Copy link
Collaborator

k00ni commented May 7, 2018

Prepared statements are a good way to counter SQL injections. After PDO was introduced (#109), we can transform ARC2 to provide prepared statements. Another advantage of this feature is speed up, if you use the same query multiple times.

Any thoughts?

@k00ni k00ni added the store Related to the RDF store. label May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
store Related to the RDF store.
Projects
None yet
Development

No branches or pull requests

1 participant