Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Support for .execute method at Connection level
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.
- Loading branch information