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

MySql prepared statements #58

Merged
merged 8 commits into from Mar 25, 2016
Merged

MySql prepared statements #58

merged 8 commits into from Mar 25, 2016

Conversation

salortiz
Copy link
Contributor

No description provided.

Prepared statements can be expensive or unavailable for some
drivers, so Connection.do can skip 'prepare' when no @params given
and the driver support direct execution implementing the .execute
method in its Connection class.
MySQL in particular can't prepare some kinds of statements.
@salortiz salortiz merged commit cefb547 into master Mar 25, 2016
@salortiz salortiz deleted the mysql-prepare-t2 branch March 28, 2016 17:12
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