oatpp-sqlite icon indicating copy to clipboard operation
oatpp-sqlite copied to clipboard

[TODO] - reuse prepared statements

Open lganzzzo opened this issue 5 years ago • 0 comments

Currently, all statements are created each time the Executor::execute() method is called - https://github.com/oatpp/oatpp-sqlite/blob/master/src/oatpp-sqlite/Executor.cpp#L121

We should keep prepared statements per connection and reuse them.

lganzzzo avatar Sep 04 '20 23:09 lganzzzo