- Mar 18, 2020
-
-
Jean-Paul Calderone authored
Still not testing the web code path but ... types and stuff!@
-
Jean-Paul Calderone authored
Connections could probably be in a per-thread cache or something but redemption costs are going to dwarf database opening costs. Also, filesystem caches and no benchmarks and all that.
-
Jean-Paul Calderone authored
A separate connection per concurrent transaction is required.
-
Jean-Paul Calderone authored
-
- Nov 25, 2019
-
-
Jean-Paul Calderone authored
transaction rollback logic relied on exceptions, stripe charge function signaled failure with Either, thus stripe failues had no effect on transaction rollback
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
`catch` is not a good way to assert something is thrown
-
Jean-Paul Calderone authored
-