<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibDB++ ODBC/libodbcpp, branch libdbpp-odbc-0.9</title>
<subtitle>LibDB++ ODBC connector.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libdbpp-odbc/atom?h=libdbpp-odbc-0.9</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/atom?h=libdbpp-odbc-0.9'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/'/>
<updated>2015-09-25T20:20:54Z</updated>
<entry>
<title>Install rules and use system dbpp</title>
<updated>2015-09-25T20:20:54Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-09-25T20:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=88e225f1c76a74fbed83e670f394c4ebe886059a'/>
<id>urn:sha1:88e225f1c76a74fbed83e670f394c4ebe886059a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ODBC mocking and tests from Project2</title>
<updated>2015-09-24T02:06:07Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-09-24T02:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=274adf39c78bf9050ed34815a3472e9e418dd165'/>
<id>urn:sha1:274adf39c78bf9050ed34815a3472e9e418dd165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Connector compatibility fix</title>
<updated>2015-09-22T22:24:35Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-09-22T22:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=36589437420a2ae71d50d4f4542d023d240a2d38'/>
<id>urn:sha1:36589437420a2ae71d50d4f4542d023d240a2d38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mocking and tests for ODBC.</title>
<updated>2015-05-02T20:23:43Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-05-02T20:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=fa0fc012df5b36676754bac17c2a28d330e226ae'/>
<id>urn:sha1:fa0fc012df5b36676754bac17c2a28d330e226ae</id>
<content type='text'>
Note: whilst intervals sort of work, ODBC thinks the column is a longvarchar in PQ, so the UTs don't cover it.
Also note: the ODBC UT mock is a hack over the PQ one, probably not suitable for general purpose use
</content>
</entry>
<entry>
<title>Fix parameter specification on interval types</title>
<updated>2015-05-02T20:03:02Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-05-02T20:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=ab0c36c30c96a00742e525f288d7a09354d5fb49'/>
<id>urn:sha1:ab0c36c30c96a00742e525f288d7a09354d5fb49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for RDBMS boolean/bit types</title>
<updated>2015-05-02T17:41:53Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-05-02T17:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=38b3452daeae0085506f5b4661203fb74a9b7840'/>
<id>urn:sha1:38b3452daeae0085506f5b4661203fb74a9b7840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Centralize all the column reference storage logic</title>
<updated>2015-04-29T19:43:50Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2015-04-29T19:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=8d9d02d2e769b8b25e166f07f4ecd67a22f4e499'/>
<id>urn:sha1:8d9d02d2e769b8b25e166f07f4ecd67a22f4e499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds native support for time_duration as a variable type</title>
<updated>2014-03-03T20:57:27Z</updated>
<author>
<name>randomdan</name>
<email>randomdan@localhost</email>
</author>
<published>2014-03-03T20:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=e267def4f9f2e47402d72b56a45924f0bd2c0a18'/>
<id>urn:sha1:e267def4f9f2e47402d72b56a45924f0bd2c0a18</id>
<content type='text'>
Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
</content>
</entry>
<entry>
<title>Migrate all stuff to stricter compilations/links and C++0x builds</title>
<updated>2012-07-10T15:15:57Z</updated>
<author>
<name>randomdan</name>
<email>randomdan@localhost</email>
</author>
<published>2012-07-10T15:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=5664bb432998cc44fad206bce8388cc3b73f32d3'/>
<id>urn:sha1:5664bb432998cc44fad206bce8388cc3b73f32d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes suggested by cppcheck</title>
<updated>2012-07-09T18:26:22Z</updated>
<author>
<name>randomdan</name>
<email>randomdan@localhost</email>
</author>
<published>2012-07-09T18:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libdbpp-odbc/commit/?id=ee7c2dda51d1db37ecc45a33c1bf50ae50437ae4'/>
<id>urn:sha1:ee7c2dda51d1db37ecc45a33c1bf50ae50437ae4</id>
<content type='text'>
</content>
</entry>
</feed>
