mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 18:14:19 +01:00
The DB field type has to match the size of the accessor-type, and we had to split the `REPLACE INTO` and `INSERT INTO OR IGNORE` queries into two queries (update and insert if not updated) since there is no portable UPSERT operation, but impact should be minimal. Signed-off-by: Christian Decker <decker.christian@gmail.com>