-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Database API to avoid memory leaks in the future, part 3.
This commit reworks SqlQueryHolder to return a unique_ptr instead of a raw pointer to the query's result in its API.
- Loading branch information
1 parent
f71ec05
commit 7c8f161
Showing
12 changed files
with
129 additions
and
169 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
Oops, something went wrong.