<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-gg/pgruntime/pgruntime.go, branch v1.13.0</title>
<subtitle>Generic Groundwork: My personal extension of the standard library</subtitle>
<id>http://git.xyrillian.de/go-gg/atom/pgruntime/pgruntime.go?h=v1.13.0</id>
<link rel='self' href='http://git.xyrillian.de/go-gg/atom/pgruntime/pgruntime.go?h=v1.13.0'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/'/>
<updated>2026-08-01T12:52:36Z</updated>
<entry>
<title>pgruntime: link to pkg.go.dev for gg-pgx</title>
<updated>2026-08-01T12:52:36Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-01T12:52:36Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=b644d8d415b541378794594e39a34eae88684741'/>
<id>urn:sha1:b644d8d415b541378794594e39a34eae88684741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add testing/pgruntime</title>
<updated>2026-08-01T12:49:49Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-01T12:49:15Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=6d72c85766a8355e1d660ff0c19b43e93faad4d8'/>
<id>urn:sha1:6d72c85766a8355e1d660ff0c19b43e93faad4d8</id>
<content type='text'>
Testing pgruntime has quickly turned out to be a nightmare, because so
many parts of the test logic are not easily reproducible (e.g.
`stopDBIfLingering`). I decided to not waste a bunch of time testing
code that is relatively compact and easy to verify by careful
examination, and that is unlikely to change a lot in the future.
</content>
</entry>
<entry>
<title>pgruntime: in ConnectForTest, only truncate tables instead of recreating the database</title>
<updated>2026-07-31T20:27:59Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-31T20:27:58Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=5bff2a6c9e14763ca8764cf75adba0efbf990e50'/>
<id>urn:sha1:5bff2a6c9e14763ca8764cf75adba0efbf990e50</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>add package pgruntime</title>
<updated>2026-07-30T17:57:54Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-30T17:57:29Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=81e32cec36291685b59102594c714d235726e214'/>
<id>urn:sha1:81e32cec36291685b59102594c714d235726e214</id>
<content type='text'>
</content>
</entry>
</feed>
