<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ PostgreSQL/libpqpp/unittests, branch libdbpp-postgresql-1.4.0</title>
<subtitle>LibDB++ PostgreSQL connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.4.0</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/atom?h=libdbpp-postgresql-1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/'/>
<updated>2019-02-04T16:56:59Z</updated>
<entry>
<title>Switch to string_view</title>
<updated>2019-02-04T16:56:59Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-02-04T16:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=36d1ebb68359d7faa194a1f62c17011b462a3a1f'/>
<id>urn:sha1:36d1ebb68359d7faa194a1f62c17011b462a3a1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary calls to .string()</title>
<updated>2019-02-03T19:02:43Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-01-31T20:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=8000e52bd39ecce1c31feffdde435853bde48e9a'/>
<id>urn:sha1:8000e52bd39ecce1c31feffdde435853bde48e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove boost::filesystem in favour of std::filesystem</title>
<updated>2019-02-03T19:02:43Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-01-31T20:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-postgresql/commit/?id=9bf78dba1a5520b3d50a8d9ac74f0c0c12e46e59'/>
<id>urn:sha1:9bf78dba1a5520b3d50a8d9ac74f0c0c12e46e59</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>
</feed>
