invoices: migrate KV invoices to native SQL for users of KV SQL backends #16909
Annotations
4 errors and 2 warnings
check commits:
config_builder.go#L1132
cannot use executor (variable of type *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries]) as invoices.BatchedSQLInvoiceQueries value in argument to invoices.NewSQLStore: *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries] does not implement invoices.BatchedSQLInvoiceQueries (missing method InsertAMPSubInvoice)
|
check commits:
invoices/invoiceregistry_test.go#L152
cannot use executor (variable of type *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries]) as invoices.BatchedSQLInvoiceQueries value in argument to invpkg.NewSQLStore: *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries] does not implement invoices.BatchedSQLInvoiceQueries (missing method InsertAMPSubInvoice)
|
check commits:
invoices/invoices_test.go#L255
cannot use executor (variable of type *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries]) as invoices.BatchedSQLInvoiceQueries value in argument to invpkg.NewSQLStore: *sqldb.TransactionExecutor[invoices.SQLInvoiceQueries] does not implement invoices.BatchedSQLInvoiceQueries (missing method InsertAMPSubInvoice)
|
check commits
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-bitcoind-notxindex", "logs-itest-bitcoind-postgres-nativesql", "logs-itest-bitcoind-sqlite", "logs-itest-windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading