mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
Previously, the SQL implementation of the invoice query simply converted the start and end timestamps to time and used them in SQL queries to check for inclusivity. However, this logic failed when the start and end timestamps were equal. This commit addresses and corrects this issue. |
||
---|---|---|
.. | ||
migrations | ||
queries | ||
amp_invoices.sql.go | ||
db.go | ||
invoice_events.sql.go | ||
invoices.sql.go | ||
models.go | ||
querier.go |