<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ PostgreSQL/libpqpp, branch libdbpp-postgresql-1.2.0.1</title>
<subtitle>LibDB++ PostgreSQL connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.2.0.1</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.2.0.1'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/'/>
<updated>2018-04-22T14:09:39Z</updated>
<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>
<entry>
<title>Add wrappers for PQgetvalue and PQgetlength in column to simplify access</title>
<updated>2017-06-05T17:48:07Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-06-05T17:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=55e4104bb02ff89aa6d613896bbab88c6a4fe418'/>
<id>urn:sha1:55e4104bb02ff89aa6d613896bbab88c6a4fe418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for bytea / blob type data</title>
<updated>2017-06-05T16:17:09Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2017-06-05T15:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=b9aaad1d4d8be6604c84aa11651b99ac932794af'/>
<id>urn:sha1:b9aaad1d4d8be6604c84aa11651b99ac932794af</id>
<content type='text'>
</content>
</entry>
</feed>
