<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ PostgreSQL/libpqpp, branch libdbpp-postgresql-1.3.0</title>
<subtitle>LibDB++ PostgreSQL connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.3.0</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.3.0'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/'/>
<updated>2018-08-22T18:46:04Z</updated>
<entry>
<title>Switch to structured binding interface</title>
<updated>2018-08-22T18:46:04Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-08-22T18:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=a4c6328efab2e614a46b4a1c78fb0c5678c3fd76'/>
<id>urn:sha1:a4c6328efab2e614a46b4a1c78fb0c5678c3fd76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace deprecated typedef std::hash&lt;...&gt;::result_type</title>
<updated>2018-08-20T23:12:13Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-08-20T23:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=f6686d1bf35611b779189f80b460790708094895'/>
<id>urn:sha1:f6686d1bf35611b779189f80b460790708094895</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to new PluginMock interface</title>
<updated>2018-04-22T14:09:39Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-22T14:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=74dfa58b1a3d161dc157cea26cb70628f33a321f'/>
<id>urn:sha1:74dfa58b1a3d161dc157cea26cb70628f33a321f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++17</title>
<updated>2018-04-09T13:00:32Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-09T11:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50c'/>
<id>urn:sha1:fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50c</id>
<content type='text'>
Updates to include C++17 changes for command options.
</content>
</entry>
<entry>
<title>C++17</title>
<updated>2018-04-09T11:06:17Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-09T11:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=f86b8d2e23339e27d416145ad7b660d66267e151'/>
<id>urn:sha1:f86b8d2e23339e27d416145ad7b660d66267e151</id>
<content type='text'>
Updates code largely in-keeping with updates to be C++17 in line with
libadhocutil and libdbpp.
</content>
</entry>
<entry>
<title>Updated compile flags</title>
<updated>2018-04-01T13:01:12Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-01T13:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=61e10b941ea2ea9df0234eceed90a5f93f8f5f32'/>
<id>urn:sha1:61e10b941ea2ea9df0234eceed90a5f93f8f5f32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Transactionless cursor selects</title>
<updated>2018-04-01T12:52:39Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-01T12:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=55b8c97ae06dd7902d3dc47eece04890ecaf30bc'/>
<id>urn:sha1:55b8c97ae06dd7902d3dc47eece04890ecaf30bc</id>
<content type='text'>
Remove the need to open a transaction for a cursor select by specifying
them as WITH HOLD. Also add NO SCROLL as it's a feature we don't
actually use.

Updates tests with loops to ensure we haven't broken the ability to
re-use / re-create statements.
</content>
</entry>
<entry>
<title>Add a test case for a genuine large binary object (the memmapped test binary)</title>
<updated>2017-06-05T18:47:08Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-06-05T18:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=0c63b72bfdf4e1efba15549bc077bdfcd39ad123'/>
<id>urn:sha1:0c63b72bfdf4e1efba15549bc077bdfcd39ad123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use DB::Blob's own comparator</title>
<updated>2017-06-05T18:35:21Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-06-05T18:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=0349af8ee92590994d232baa4a72576b28d92a2d'/>
<id>urn:sha1:0349af8ee92590994d232baa4a72576b28d92a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support fetching data in binary format (no numeric, datetime, interval support yet)</title>
<updated>2017-06-05T17:53:22Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-06-05T17:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=19609c41b15a818df30508576f50fc0eddc11636'/>
<id>urn:sha1:19609c41b15a818df30508576f50fc0eddc11636</id>
<content type='text'>
</content>
</entry>
</feed>
