mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 19:44:26 +01:00
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 <decker.christian@gmail.com>