<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ PostgreSQL/libpqpp, branch libdbpp-postgresql-1.1.2</title>
<subtitle>LibDB++ PostgreSQL connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.1.2</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.1.2'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/'/>
<updated>2017-01-08T20:48:35Z</updated>
<entry>
<title>Relax message check as it can vary depending on server configuration</title>
<updated>2017-01-08T20:48:35Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-08T20:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=b355df6d140c3a97be310b2f791fdaa9958d80c8'/>
<id>urn:sha1:b355df6d140c3a97be310b2f791fdaa9958d80c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement getting PQ command option settings from map</title>
<updated>2017-01-08T20:48:31Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-08T16:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=d1939afc7aa9d0a80517f5971915221c59935e33'/>
<id>urn:sha1:d1939afc7aa9d0a80517f5971915221c59935e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the DB command options factory</title>
<updated>2017-01-08T20:18:08Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-08T15:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52'/>
<id>urn:sha1:380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor updates/tweaks to increase test coverage</title>
<updated>2017-01-08T19:33:31Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-06T02:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=41b302488e82097c3043d71b405e7ba930151a76'/>
<id>urn:sha1:41b302488e82097c3043d71b405e7ba930151a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use SQL hash for prepared statement names, increases reuse and avoids random reuse</title>
<updated>2017-01-08T19:33:31Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-06T02:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=9758d7cdc98f0d948581fb5630c33e98e4b52855'/>
<id>urn:sha1:9758d7cdc98f0d948581fb5630c33e98e4b52855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where prepared statement cache wasn't cleared on connection reset leading to random failure due to prepapred statements not existing</title>
<updated>2017-01-08T19:33:30Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-05T21:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=b67dd43bbdca2563ed29e84d37efc91b99f9a8bf'/>
<id>urn:sha1:b67dd43bbdca2563ed29e84d37efc91b99f9a8bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PQ specific command options to control page size and the use of bulk -v- cursor selects</title>
<updated>2017-01-04T17:54:29Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>daniel.goodliffe@pressassociation.com</email>
</author>
<published>2017-01-04T17:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=d6e8b1c5a787641dc63fc50c9b35cc7427a33b65'/>
<id>urn:sha1:d6e8b1c5a787641dc63fc50c9b35cc7427a33b65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use bulk select not cursor select for getId, far fewer operations</title>
<updated>2017-01-04T17:50:22Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>daniel.goodliffe@pressassociation.com</email>
</author>
<published>2017-01-04T17:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=1b43fadae00d3240f0d555f2b09bd9c36c971126'/>
<id>urn:sha1:1b43fadae00d3240f0d555f2b09bd9c36c971126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++ify the SQL preparer and skip it if no variables are being bound</title>
<updated>2017-01-04T02:00:04Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-04T02:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=f9fc8240229cd1f059bfc56eb027aec11fec6b4c'/>
<id>urn:sha1:f9fc8240229cd1f059bfc56eb027aec11fec6b4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy clearing of PGresults</title>
<updated>2017-01-04T00:24:51Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-01-04T00:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=37bfbff0f33b37fd6737d2911611c398964e8af7'/>
<id>urn:sha1:37bfbff0f33b37fd6737d2911611c398964e8af7</id>
<content type='text'>
</content>
</entry>
</feed>
