summaryrefslogtreecommitdiff
path: root/pgruntime/behavior.go
Commit message (Collapse)AuthorAgeFilesLines
* pgruntime: in ConnectForTest, only truncate tables instead of recreating the ↵Stefan Majewsky2 days1-2/+1
| | | | | | | | database DROP + CREATE DATABASE was measured at 100 ms per ConnectForTest(), which is prohibitively slow in large test suites. This should be more in the ballpark of 10 ms per test.
* pgruntime: fix parameter syntax in migration queryStefan Majewsky3 days1-1/+1
|
* add package pgruntimeStefan Majewsky3 days1-0/+130