lnd/sqldb
2026-06-09 07:56:53 -03:00
..
sqlc sqldb: avoid materializing non-terminal payments 2026-05-27 15:30:11 -03:00
v2 sqldb/v2: bump pgx to v5.9.2 2026-06-09 07:56:53 -03:00
config.go sqldb+lncfg: consolidate SQLite default constants 2026-02-11 13:15:56 +01:00
go.mod sqldb: bump pgx to v5.9.2 2026-06-09 07:56:52 -03:00
go.sum sqldb: bump pgx to v5.9.2 2026-06-09 07:56:52 -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/sqlc: add chain_param schema and queries 2026-04-10 08:13:04 +02:00
migrations_dev.go sqldb: move native SQL payments migrations into mainline 2026-03-13 20:30:43 +01:00
migrations_dev_test.go sqldb: harden migration config consistency tests 2026-04-09 22:09:23 +02:00
migrations_prod.go sqldb: use the new schema 2025-08-14 11:59:09 +02:00
migrations_test.go sqldb: harden migration config consistency tests 2026-04-09 22:09:23 +02: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: close test db in cleanup 2026-02-02 18:51:39 +01: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: use pgx/v5/pgconn instead of standalone pgconn 2026-05-13 23:14:30 -05:00
sqlerrors_no_sqlite.go sqldb: use pgx/v5/pgconn instead of standalone pgconn 2026-05-13 23:14:30 -05:00
sqlite.go sqldb+lncfg: use SQLite-appropriate default for max connections 2026-02-11 13:15:56 +01:00
sqlite_bench_test.go sqldb: fix error comparison and refactor sqlite bench helpers 2026-03-12 18:24:05 +01: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