lnd/sqldb
Boris Nagaev 4fc8d8dda3
build: update CI+release version to Go 1.25.3
We also update the go.mod files to pin to Go 1.24.9.
2025-10-21 14:32:44 -03:00
..
sqlc sqldb: implement iterator support for ChanUpdatesInHorizon 2025-09-26 16:58:11 -07:00
config.go sqldb+config: validate maximum batch size config value 2025-08-13 14:43:31 +02:00
go.mod build: update CI+release version to Go 1.25.3 2025-10-21 14:32:44 -03: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 multi: switch on graph SQL migration 2025-09-04 18:52:00 +02:00
migrations_dev.go multi: switch on graph SQL migration 2025-09-04 18:52:00 +02:00
migrations_prod.go sqldb: use the new schema 2025-08-14 11:59:09 +02:00
migrations_test.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00
no_sqlite.go sqldb: separate migration execution from construction 2025-01-23 09:10:59 +01:00
paginate.go sqldb: use uint32 for config values 2025-08-14 08:03:28 +02:00
paginate_test.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00
postgres.go sqldb: Make sure we do not replace keywords if they have a prefix 2025-09-05 09:52:41 +02: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
SCHEMA_UPDATES.md docs: add schema update doc 2025-08-14 12:00:40 +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 sqldb: add helper for type boolean 2025-09-05 09:53:59 +02:00