fanquake
c0160ea52e
Merge #21540 : wallet: refactor: dedup sqlite statement preparations/deletions
...
ea19cc844e wallet: refactor: dedup sqlite statement deletions (Sebastian Falbesoner)
9a3670930e wallet: refactor: dedup sqlite statement preparations (Sebastian Falbesoner)
Pull request description:
This refactoring PR deduplicates repeated SQLite statement preparation calls (`sqlite3_prepare_v2(...)`) / deletions (`sqlite3_finalize(...)`) and its surrounding logic by putting each prepared statement and its corresponding text representation into a ~std::map~ ~`std::array`~ `std::vector`. This should be more readable and less error-prone, e.g. in case an additional statement needs to be added in the future or the error handling has to be adapted.
ACKs for top commit:
achow101:
ACK ea19cc844e
meshcollider:
utACK ea19cc844e
Tree-SHA512: ced89869b2147e088e7a4cda2acbbdd4a806f66dbc2d6999953d0d702c0655aa53c0eb699cc7e5e3732f2d24206d577a9d9e1b5de7f439100dead2696ade1092
2021-04-07 14:17:25 +08:00
..
2021-03-18 20:37:21 +01:00
2021-03-10 14:31:10 +08:00
2020-12-31 09:45:41 +01:00
2020-12-08 19:26:30 +01:00
2021-01-24 16:28:27 +01:00
2021-04-05 08:42:15 +02:00
2021-03-17 14:56:20 +08:00
2020-04-30 18:02:04 +08:00
2021-04-04 07:37:43 +02:00
2021-01-03 18:38:31 +01:00
2020-12-31 09:45:41 +01:00
2021-04-06 08:45:08 +02:00
2021-04-05 15:31:41 +02:00
2021-04-07 12:47:41 +08:00
2020-10-27 23:08:48 -07:00
2021-02-01 15:17:28 +01:00
2021-04-07 07:33:27 +02:00
2020-11-19 15:48:24 +01:00
2021-03-31 20:17:39 +02:00
2021-04-07 14:17:25 +08:00
2021-03-11 13:45:14 +08:00
2021-02-18 10:07:37 +00:00
2021-02-18 15:08:35 +01:00
2020-12-31 09:45:41 +01:00
2021-01-29 15:39:44 +08:00
2021-01-29 12:39:55 +00:00
2020-12-31 09:45:41 +01:00
2021-02-18 15:08:35 +01:00
2020-07-03 20:43:55 -07:00
2021-01-31 17:35:16 +01:00
2020-12-31 09:45:41 +01:00
2021-03-17 17:59:22 -07:00
2021-03-17 17:59:22 -07:00
2020-11-18 12:00:57 -05:00
2021-03-19 20:52:16 +01:00
2020-11-18 12:00:57 -05:00
2021-03-23 10:51:43 -04:00
2021-01-12 18:34:25 +10:00
2021-01-18 18:33:24 +01:00
2020-11-18 12:00:57 -05:00
2021-01-21 19:31:28 +01:00
2020-11-18 12:00:57 -05:00
2021-03-29 23:29:42 +02:00
2020-12-31 09:45:41 +01:00
2020-05-28 09:55:39 +03:00
2020-12-31 09:45:41 +01:00
2020-05-26 17:27:15 -04:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2021-02-12 07:53:29 -06:00
2021-04-06 10:47:51 +02:00
2021-04-06 10:47:51 +02:00
2021-03-11 13:45:14 +08:00
2020-12-31 09:45:41 +01:00
2021-04-05 14:00:48 +02:00
2020-09-24 06:55:34 +03:00
2020-12-31 09:45:41 +01:00
2021-02-01 22:30:05 +02:00
2021-02-12 07:53:29 -06:00
2021-03-23 11:11:02 +01:00
2021-03-01 17:36:16 +01:00
2020-04-16 13:33:09 -04:00
2021-03-23 10:51:43 -04:00
2021-01-04 12:31:31 +08:00
2021-03-23 10:51:43 -04:00
2021-01-04 12:23:16 +08:00
2021-02-01 15:17:28 +01:00
2021-02-23 14:34:30 +01:00
2021-02-10 20:46:25 +00:00
2020-05-20 07:30:29 -04:00
2021-01-15 22:48:15 +01:00
2021-01-15 22:48:15 +01:00
2021-01-04 12:23:16 +08:00
2020-12-31 09:45:41 +01:00
2021-03-29 23:29:42 +02:00
2021-03-29 23:29:42 +02:00
2021-03-19 20:52:16 +01:00
2020-04-16 13:33:09 -04:00
2021-03-16 13:59:18 +01:00
2021-03-16 13:59:18 +01:00
2020-04-16 13:33:09 -04:00
2021-03-31 20:17:39 +02:00
2021-03-29 23:29:42 +02:00
2021-03-16 10:48:36 -07:00
2021-01-24 02:44:53 +01:00
2021-01-04 12:23:16 +08:00
2021-03-01 18:19:37 +01:00
2021-03-01 18:19:37 +01:00
2021-03-29 23:29:47 +02:00
2021-01-07 18:07:09 +02:00
2020-12-08 19:26:30 +01:00
2020-05-12 18:03:39 +03:00
2020-10-27 19:40:44 +01:00
2021-03-21 22:33:27 +01:00
2021-03-29 11:12:26 +08:00
2021-03-04 12:34:46 +08:00
2021-03-30 10:42:45 +02:00
2021-03-31 20:17:39 +02:00
2021-01-07 18:07:09 +02:00
2021-01-07 18:07:09 +02:00
2020-04-16 13:33:09 -04:00
2021-01-04 12:31:31 +08:00
2020-12-31 09:45:41 +01:00
2021-03-24 15:40:56 -04:00
2021-03-24 15:40:56 -04:00
2020-12-31 09:45:41 +01:00
2020-10-12 12:14:53 -07:00
2021-04-05 08:42:15 +02:00
2021-03-20 10:24:40 +00:00
2021-04-06 10:47:51 +02:00
2021-04-01 11:35:27 +01:00
2021-03-01 18:19:46 +01:00
2021-03-01 13:22:11 +01:00
2021-03-30 17:41:13 +02:00
2021-03-30 17:41:13 +02:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2021-01-03 18:37:59 +01:00
2021-01-03 18:37:59 +01:00
2020-04-30 18:02:03 +08:00
2021-01-31 17:35:01 +01:00
2020-12-31 09:45:41 +01:00
2021-02-01 15:17:28 +01:00
2021-03-17 14:56:20 +08:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2021-01-31 17:35:16 +01:00
2020-04-30 09:19:14 -04:00
2021-03-29 11:08:29 +08:00
2021-03-29 23:29:42 +02:00
2021-01-13 02:05:00 +01:00
2021-01-29 15:39:44 +08:00
2020-10-09 10:32:19 +02:00
2021-03-04 18:24:00 +01:00
2020-12-31 09:45:41 +01:00
2021-03-15 10:41:30 +08:00
2021-03-15 10:41:30 +08:00
2020-11-25 15:18:33 +01:00
2021-02-01 15:17:28 +01:00
2021-01-26 15:57:28 +08:00
2021-04-05 08:42:15 +02:00
2020-12-31 09:45:41 +01:00
2020-10-12 19:50:16 -07:00
2020-12-01 18:36:39 +01:00
2021-03-02 12:21:32 +00:00
2021-03-02 12:21:32 +00:00
2021-03-11 13:45:14 +08:00
2020-07-01 14:44:24 -04:00
2021-03-22 11:22:06 +08:00
2021-03-18 18:43:52 +01:00
2021-02-27 01:08:09 +10:00
2021-04-05 08:42:15 +02:00
2021-03-11 13:45:14 +08:00
2020-10-12 12:14:53 -07:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2020-04-16 13:33:09 -04:00
2021-04-04 07:38:02 +02:00
2021-03-30 13:52:22 -04:00
2020-09-22 11:34:30 -04:00
2020-09-22 11:34:30 -04:00
2020-12-31 09:45:41 +01:00
2021-03-01 17:56:07 -05:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00
2020-12-31 09:45:41 +01:00