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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: