Skip to content

POPPY-0025: Replace std::stack in db::DatabasePool #25

Description

@ng201

DatabasePool currently uses a stack to store available connection. A simple array with a pointer to the last available connections would be enought to solve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions