This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rgw/sfs: Temporary workaround for using sqlite_modern_cpp and sqlite_orm
This adds a temporary workaround for being able to use sqlite_modern_cpp and sqlite_orm together. It adds a new pool of connections of std::shared_ptr<sqlite> because the new database objects from sqlite_modern_cpp has a constructor that gets that in its constructor and its the only thing needed. This should be reworked once the code if fully migrated to sqlite_modern_cpp only. Signed-off-by: Xavi Garcia <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters