SwiftKueryMySQL icon indicating copy to clipboard operation
SwiftKueryMySQL copied to clipboard

Optimise execution path to minimize offloads.

Open kilnerm opened this issue 7 years ago • 0 comments

We currently offload twice on the execution path of a normal query.

This issue is opened to add a wrapper call to offload the internal execute that can be called on paths where we do not prepare statements.

kilnerm avatar Dec 05 '18 14:12 kilnerm