lnd/sqldb
Oliver Gugger 500808fadd
Merge pull request #10010 from ellemouton/sqlGraphUpdates
graph/db: various misc updates
2025-07-01 12:40:50 +02:00
..
sqlc Merge pull request #10010 from ellemouton/sqlGraphUpdates 2025-07-01 12:40:50 +02:00
config.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
go.mod mod: update btclog library 2025-06-03 13:06:28 +02:00
go.sum mod: update btclog library 2025-06-03 13:06:28 +02:00
interfaces.go multi: add a re-usable TxOptions type 2025-05-28 10:18:10 +02:00
log.go sqldb: update btclog dep 2024-10-26 14:18:00 +02:00
migrations.go multi: add a re-usable TxOptions type 2025-05-28 10:18:10 +02:00
migrations_dev.go multi: itest jobs with SQL graph backend 2025-06-26 10:12:54 +02:00
migrations_prod.go multi: itest jobs with SQL graph backend 2025-06-26 10:12:54 +02:00
migrations_test.go sqldb: add unit test for the v0.19.0-rc1 migration bug 2025-03-28 11:00:58 +01:00
no_sqlite.go sqldb: separate migration execution from construction 2025-01-23 09:10:59 +01:00
postgres.go sqldb: fix dirty migration in v0.19.0-rc1 2025-03-28 11:00:57 +01:00
postgres_fixture.go sqldb+go.mod: update sqldb test methods 2025-05-22 14:14:42 +02:00
postgres_test.go sqldb: add helpers to create test DBs migrated up to a select version 2024-07-09 08:39:57 +02:00
schemas.go sqldb: add the sqldb package 2023-07-27 03:31:12 -07:00
sqlerrors.go sqldb: improve serialization error handling 2024-12-12 10:40:37 -08:00
sqlerrors_no_sqlite.go sqldb: exclude sqlite from the JS and unsupported platform builds 2024-03-01 10:08:09 +01:00
sqlite.go sqldb+go.mod: update sqldb test methods 2025-05-22 14:14:42 +02:00
sqlite_test.go sqldb: add helpers to create test DBs migrated up to a select version 2024-07-09 08:39:57 +02:00
sqlutils.go graph/db: fix ChanUpdate message/channel flag bug 2025-07-01 10:12:54 +02:00