<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-gg/CHANGELOG.md, branch v1.13.0</title>
<subtitle>Generic Groundwork: My personal extension of the standard library</subtitle>
<id>http://git.xyrillian.de/go-gg/atom/CHANGELOG.md?h=v1.13.0</id>
<link rel='self' href='http://git.xyrillian.de/go-gg/atom/CHANGELOG.md?h=v1.13.0'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/'/>
<updated>2026-08-01T12:54:47Z</updated>
<entry>
<title>v1.13.0</title>
<updated>2026-08-01T12:54:47Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-01T12:54:47Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=197c01ef7119c4a9bfec4cf3793d90496ea5868f'/>
<id>urn:sha1:197c01ef7119c4a9bfec4cf3793d90496ea5868f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pgruntime'</title>
<updated>2026-08-01T12:50:01Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-01T12:50:01Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=6c174bebade1627a837e70bec827753446d6498a'/>
<id>urn:sha1:6c174bebade1627a837e70bec827753446d6498a</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>gsql: add WithinTransaction</title>
<updated>2026-07-31T21:18:47Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-31T21:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=e4a5b966decd910213de4ecbdc1b1ed2c4daf947'/>
<id>urn:sha1:e4a5b966decd910213de4ecbdc1b1ed2c4daf947</id>
<content type='text'>
</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>Merge branch 'main' into pgruntime</title>
<updated>2026-07-31T18:42:25Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-31T18:32:54Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=c953ebcc54296ac36fd199fa66fb0763f1790334'/>
<id>urn:sha1:c953ebcc54296ac36fd199fa66fb0763f1790334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v1.12.0</title>
<updated>2026-07-31T18:31:07Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-31T18:31:07Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=959b85c4f9fea2c06d08c4c8dccc8b23792690d6'/>
<id>urn:sha1:959b85c4f9fea2c06d08c4c8dccc8b23792690d6</id>
<content type='text'>
</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>
<entry>
<title>add package errext</title>
<updated>2026-07-29T20:33:37Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-29T19:56:06Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=7ead3465c7fdf564ae367e1169aeb68ced9267c8'/>
<id>urn:sha1:7ead3465c7fdf564ae367e1169aeb68ced9267c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add package gsql</title>
<updated>2026-07-29T20:33:37Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-29T19:42:32Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=e7c4ea85915d525c738ae0da5494da57926b07ca'/>
<id>urn:sha1:e7c4ea85915d525c738ae0da5494da57926b07ca</id>
<content type='text'>
</content>
</entry>
</feed>
