lnd/sqldb
Elle Mouton b1deddec44
multi: remove DefaultQueryConfig
And always make use of either the new DefaultSQLiteConfig or
DefaultPostgresConfig.
2025-08-13 14:43:31 +02:00
..
sqlc graph/db: batch fetching for FetchChanInfos 2025-08-07 08:12:40 +02:00
config.go sqldb+config: validate maximum batch size config value 2025-08-13 14:43:31 +02:00
go.mod multi: bump Golang version to v1.23.12 2025-08-07 16:53:45 +02:00
go.sum go.mod: bump mapstructure/v2 to v2.3.0 2025-07-25 12:21:18 -03: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 sqldb+invoices: create a re-usable comparion helper function 2025-07-07 18:41:46 +02:00
migrations_dev.go lnd: plug in graph SQL migration into dev build 2025-07-15 06:34:31 +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
paginate.go multi: remove DefaultQueryConfig 2025-08-13 14:43:31 +02:00
paginate_test.go multi: remove DefaultQueryConfig 2025-08-13 14:43:31 +02: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: demonstrate the use of ExecutePagedQuery 2025-07-22 17:16:38 +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: demonstrate the use of ExecutePagedQuery 2025-07-22 17:16:38 +02:00
sqlutils.go graph/db: fix ChanUpdate message/channel flag bug 2025-07-01 10:12:54 +02:00