dogecoinfoundation / gigawallet

GigaWallet is the backend for your Dogecoin Business.
https://gigawallet.dogecoin.org
MIT License
56 stars 11 forks source link

Fix: parse error "C" in ListPayments when using Postgres #126

Closed raffecat closed 10 months ago

raffecat commented 12 months ago

Caused by nested queries, which work in Sqlite but not Postgres, and therefore don't cause a problem in the tests.