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

Prepare statments #237

Open
panmareksadowski opened this issue Mar 17, 2020 · 2 comments
Open

Prepare statments #237

panmareksadowski opened this issue Mar 17, 2020 · 2 comments
Labels
feature feature request help wanted

Comments

@panmareksadowski
Copy link

1)Is ozo support prepared statements?
https://libpqxx.readthedocs.io/en/6.4/a01480.html

2)"SELECT * FROM table WHERE id="_SQL+1
Is ozo sending query like this as a prepare statement "SELECT * FROM table WHERE id=$1" and then calling this prepared statement with argument 1?

@thed636
Copy link
Contributor

thed636 commented Mar 17, 2020

Hi

Unfortunately no, OZO does not support prepare statement, and this is not the priority task for us. But we are always welcome to the project contribution, so if you need such functionality and have the will to implement it, then I try to help with my best.

@panmareksadowski
Copy link
Author

Thanks for your response.
When I will have some free time maybe I will try to contribute to it.

@thed636 thed636 added feature feature request help wanted labels Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature request help wanted
Projects
None yet
Development

No branches or pull requests

2 participants