<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ PostgreSQL, branch libdbpp-postgresql-1.4.10</title>
<subtitle>LibDB++ PostgreSQL connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.4.10</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.4.10'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/'/>
<updated>2025-08-04T18:48:20Z</updated>
<entry>
<title>Fix a lot of clang-tidy warnings</title>
<updated>2025-08-04T18:48:20Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2025-08-04T18:48:20Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=3526af7ec50e46aaa73d038566f42554f70f27b0'/>
<id>urn:sha1:3526af7ec50e46aaa73d038566f42554f70f27b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pedantic only with gcc</title>
<updated>2025-08-04T17:25:21Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2025-08-04T17:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=c53d5deb436ef976d1819ff9aa9d3c44397ed80b'/>
<id>urn:sha1:c53d5deb436ef976d1819ff9aa9d3c44397ed80b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't define a default toolset, use the system/project one</title>
<updated>2025-08-04T17:25:03Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2025-08-04T17:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=2bcbd64f4955c21f25f5af42809f8f3c64a3749c'/>
<id>urn:sha1:2bcbd64f4955c21f25f5af42809f8f3c64a3749c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to glibmm-2.68</title>
<updated>2025-08-04T17:24:56Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2025-08-04T17:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=a20cf756aacd135dc0f8c2a4dff1aa35337bb1c1'/>
<id>urn:sha1:a20cf756aacd135dc0f8c2a4dff1aa35337bb1c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ifndef/define/endif with pragma once</title>
<updated>2023-10-08T23:57:59Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T23:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=523fc8c9adaa9db4398c0d80db078caa8634cef4'/>
<id>urn:sha1:523fc8c9adaa9db4398c0d80db078caa8634cef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid repeated calls to PQunescapeBytea</title>
<updated>2023-10-08T23:44:46Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T23:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=be8cfdfbc0a65ce93269281418b3ab41082a6994'/>
<id>urn:sha1:be8cfdfbc0a65ce93269281418b3ab41082a6994</id>
<content type='text'>
Fixes issue where accessing the blob value of a column multiple times
would free previously unescaped buffers resulting in dangling pointers.
</content>
</entry>
<entry>
<title>Explicit instantiation of checkResult</title>
<updated>2023-10-08T23:41:23Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T23:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=1727eb6faa1e1d7c194d7feabf1ed296cd481d36'/>
<id>urn:sha1:1727eb6faa1e1d7c194d7feabf1ed296cd481d36</id>
<content type='text'>
Fixes issue where otherwise they could be optimised away whilst being
required outside the current translation unit.
</content>
</entry>
<entry>
<title>Move valueAs to BinaryColumn, implement with std::byteswap</title>
<updated>2023-10-08T17:59:35Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T17:59:35Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=fa16a96443f4b3a7b62ca05338e88d0ce13a849f'/>
<id>urn:sha1:fa16a96443f4b3a7b62ca05338e88d0ce13a849f</id>
<content type='text'>
Removes the need to cast to/from BSD endian supported types.
</content>
</entry>
<entry>
<title>Move to C++23 (for std::byteswap)</title>
<updated>2023-10-08T17:52:28Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T17:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=6616c54c592655eecd58649a6e0f9cad940ca723'/>
<id>urn:sha1:6616c54c592655eecd58649a6e0f9cad940ca723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid do/while loop</title>
<updated>2023-10-08T16:59:23Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2023-10-08T16:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=0658fa611f8aaab7aaa7b49c7af2b324e0879ae9'/>
<id>urn:sha1:0658fa611f8aaab7aaa7b49c7af2b324e0879ae9</id>
<content type='text'>
</content>
</entry>
</feed>
