<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-oblast, branch v0.11.0</title>
<subtitle>A small ORM library for Go, focused on type safety and performance</subtitle>
<id>http://git.xyrillian.de/go-oblast/atom/?h=v0.11.0</id>
<link rel='self' href='http://git.xyrillian.de/go-oblast/atom/?h=v0.11.0'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/'/>
<updated>2026-07-17T17:05:58Z</updated>
<entry>
<title>v0.11.0</title>
<updated>2026-07-17T17:05:58Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-17T17:05:58Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=cace62995e5827a0032c3605d22fa54f570b8788'/>
<id>urn:sha1:cace62995e5827a0032c3605d22fa54f570b8788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add type Selection</title>
<updated>2026-07-17T17:03:48Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-17T17:03:48Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=356730208b8b909a9959272e99b1a79c0246cb63'/>
<id>urn:sha1:356730208b8b909a9959272e99b1a79c0246cb63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump gg, fix test assertions in benchmark</title>
<updated>2026-07-17T16:51:59Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-17T16:51:40Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=1078ea0c66ff4ee848e512768e793de885cf209d'/>
<id>urn:sha1:1078ea0c66ff4ee848e512768e793de885cf209d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oblast_pgx: support pgxpool</title>
<updated>2026-07-05T14:41:56Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-07-05T14:41:56Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=c0da2ae262a5893d20cce393ba75d27a325cd771'/>
<id>urn:sha1:c0da2ae262a5893d20cce393ba75d27a325cd771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump gg to 0.10.0, use gg/assert</title>
<updated>2026-06-20T18:41:07Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-06-20T18:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=bf64f18ea70a44bf6d9eb7ceafb74756aea2cc9d'/>
<id>urn:sha1:bf64f18ea70a44bf6d9eb7ceafb74756aea2cc9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: simplify go statement</title>
<updated>2026-06-02T11:37:03Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-06-02T11:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=7be01bbd68af248331c8c9ad321eafef2e7d4824'/>
<id>urn:sha1:7be01bbd68af248331c8c9ad321eafef2e7d4824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v0.10.0</title>
<updated>2026-05-22T12:20:38Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-05-22T12:20:38Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=2a0d9af9dc921e8ce1c10a10975742f5a1bf2ae6'/>
<id>urn:sha1:2a0d9af9dc921e8ce1c10a10975742f5a1bf2ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc proofreading</title>
<updated>2026-05-22T12:19:54Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-05-22T12:19:54Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=ce5bdc5f6689c255dc5a24626bcc63acd498941c'/>
<id>urn:sha1:ce5bdc5f6689c255dc5a24626bcc63acd498941c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bring back support for LastInsertId-based INSERT</title>
<updated>2026-05-22T12:01:24Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-05-22T12:01:24Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=764eaf643e323b92a616fc8e6a193855bb43d905'/>
<id>urn:sha1:764eaf643e323b92a616fc8e6a193855bb43d905</id>
<content type='text'>
As the remaining TODO noted, this really is much more memory-efficient
than QueryRow when we can use it, since it does not allocate an
*sql.Rows instance inside the *sql.Row instance where we call Scan().
</content>
</entry>
<entry>
<title>v0.9.0</title>
<updated>2026-05-18T21:09:37Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-05-18T21:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-oblast/commit/?id=091f9b68a70d617a38ddf7a662aaf351724be746'/>
<id>urn:sha1:091f9b68a70d617a38ddf7a662aaf351724be746</id>
<content type='text'>
</content>
</entry>
</feed>
