| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pgruntime: in ConnectForTest, only truncate tables instead of recreating the ↵ | Stefan Majewsky | 2 days | 1 | -26/+59 |
| | | | | | | | | | 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: add t.Helper() and better error messages in ConnectForTest() | Stefan Majewsky | 3 days | 1 | -2/+7 |
| | | |||||
| * | pgruntime: add OverrideDatabaseName | Stefan Majewsky | 3 days | 1 | -3/+27 |
| | | |||||
| * | gsql: add context.Context argument to GSQLClose() | Stefan Majewsky | 3 days | 1 | -3/+3 |
| | | | | | Required for pgx.Conn.Close(). | ||||
| * | add package pgruntime | Stefan Majewsky | 4 days | 1 | -0/+112 |
