lightning-terminal/db/sqlc
Viktor Tigerström 6030f650fd
db: order ListAllAccounts result by account id.
In preparation for the migration from kvdb to SQL, we update the results
of the ListAllAccounts query. After the migration has been implemented,
we will test that the result off all accounts in the SQL database
is the same as the result of the fetching all accounts in the kvdb.

By ordering the SQL query's result by account id, we ensure that all
accounts are returned in the same order as they are returned by the
kvdb.
2025-05-15 17:08:48 +02:00
..
migrations db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
queries db: order ListAllAccounts result by account id. 2025-05-15 17:08:48 +02:00
accounts.sql.go db: order ListAllAccounts result by account id. 2025-05-15 17:08:48 +02:00
db.go db/sqlc: add account related tables and queries 2025-01-29 16:37:20 +02:00
db_custom.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
kvstores.sql.go db/sqlc: kvstores schemas & queries 2025-04-10 13:03:20 +02:00
models.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
privacy_paris.sql.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
querier.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
sessions.sql.go db/sqlc: add session schemas and queries 2025-03-11 11:37:41 -05:00