mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
06d4267a76
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 |