lnd/sqldb/sqlc
Elle Mouton ddc0e95eda
graph/db+sqldb: delete channels in batches
Use the new `SLICES` directive to add a DeleteChannels query which takes
a set of DB channel IDs. Then replace all our calls to DeleteChannel
with a paginated call to DeleteChannels.
2025-07-22 17:17:23 +02:00
..
migrations sqldb+graph/db: prefix graph SQL objects with "graph_" 2025-07-15 18:40:16 +02:00
queries graph/db+sqldb: delete channels in batches 2025-07-22 17:17:23 +02:00
amp_invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
db.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
db_custom.go scripts: add sql slices workaround to sqlc gen script 2025-07-22 17:14:55 +02:00
db_custom_test.go scripts: add sql slices workaround to sqlc gen script 2025-07-22 17:14:55 +02:00
graph.sql.go graph/db+sqldb: delete channels in batches 2025-07-22 17:17:23 +02:00
invoice_events.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
migration.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
models.go sqldb+graph/db: prefix graph SQL objects with "graph_" 2025-07-15 18:40:16 +02:00
querier.go graph/db+sqldb: delete channels in batches 2025-07-22 17:17:23 +02:00