-
Notifications
You must be signed in to change notification settings - Fork 6
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
Prepared Statements #10
Comments
This is blocked by #15 until everything is in Statement classes |
Started working on these. |
sbuberl
added a commit
that referenced
this issue
Mar 1, 2019
Fixes prepare tests to use result_metadata()
sbuberl
added a commit
that referenced
this issue
Mar 5, 2019
Adds errors Add NULL support for bind_param Moves assignment of params so it can handle execute without a bind param
sbuberl
added a commit
that referenced
this issue
Mar 5, 2019
sbuberl
added a commit
that referenced
this issue
Mar 5, 2019
sbuberl
added a commit
that referenced
this issue
Mar 7, 2019
Cleaned unnecessary code into prepare test
sbuberl
added a commit
that referenced
this issue
Mar 7, 2019
If query fails in execute, copy error from Environment free_result now nulls the result More tests
sbuberl
added a commit
that referenced
this issue
Mar 10, 2019
sbuberl
added a commit
that referenced
this issue
Mar 17, 2019
sbuberl
added a commit
that referenced
this issue
Apr 20, 2019
sbuberl
added a commit
that referenced
this issue
May 26, 2019
sbuberl
added a commit
that referenced
this issue
May 26, 2019
sbuberl
added a commit
that referenced
this issue
May 26, 2019
Adds check to execute to verify it called bind_param if params found Adds tests
Prepared Statements should be done now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This are pretty much a requirement nowadays especially for blocking SQL Injection
The old 1.4 branch add prepared statements but no placeholder support.
The text was updated successfully, but these errors were encountered: