rgb-cln/db
Rusty Russell b4f0929280 db/bindings: allow db_col_short_channel_id_arr and db_col_node_id_arr on null columns
The other _arr helpers allow this, and we want it for the next patch.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-07-26 06:55:48 +09:30
..
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
bindings.c db/bindings: allow db_col_short_channel_id_arr and db_col_node_id_arr on null columns 2023-07-26 06:55:48 +09:30
bindings.h db: add optional column string helper, and make db_col amounts return sat/msat. 2023-07-26 06:55:48 +09:30
common.h db: enforce that bindings be done in order. 2023-07-18 14:24:01 +09:30
db_postgres.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
db_sqlite3.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
exec.c db/bindings: now bindings are always in order, remove index. 2023-07-18 14:24:01 +09:30
exec.h db: db_set_intvar/db_get_var should take a const char *. 2023-04-06 09:50:32 +09:30
utils.c db: enforce that bindings be done in order. 2023-07-18 14:24:01 +09:30
utils.h db: add generic warn/error function. 2023-07-09 16:49:48 +09:30