Skip to content

[TODO] - reuse prepared statements #1

@lganzzzo

Description

@lganzzzo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions