forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet: Remove printf-like db_select variant
We need to have full DB queries that can be extracted at compile time later in order to be able to rewrite them in other SQL dialects. In addition we had a bit of unnecessary code-duplication in db_select and db_select_prepare. Now the former uses the latter internally. Signed-off-by: Christian Decker <[email protected]>
- Loading branch information
1 parent
b856bb2
commit f08fd9e
Showing
3 changed files
with
57 additions
and
65 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
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