<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sqlitepp/src, branch master</title>
<subtitle>C++ binding for the SQLite library</subtitle>
<id>https://git.ireas.org/sqlitepp/atom?h=master</id>
<link rel='self' href='https://git.ireas.org/sqlitepp/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/'/>
<updated>2018-02-15T22:04:59Z</updated>
<entry>
<title>Use nullptr instead of NULL</title>
<updated>2018-02-15T22:04:59Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2018-02-15T22:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=aa9d554d736604a0716698e803bcd01165ed0773'/>
<id>urn:sha1:aa9d554d736604a0716698e803bcd01165ed0773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use reinterpret_cast instead of C-style cast</title>
<updated>2018-02-15T21:54:08Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2018-02-15T21:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=243b24b35c26fa0a25edcd185259cfd50d314610'/>
<id>urn:sha1:243b24b35c26fa0a25edcd185259cfd50d314610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move version information to constants</title>
<updated>2018-02-15T21:25:52Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2018-02-15T21:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=9c658f9a1107b1879b87aa53dbb1dab60668e2b5'/>
<id>urn:sha1:9c658f9a1107b1879b87aa53dbb1dab60668e2b5</id>
<content type='text'>
The previous approach of preprocessor definitions was not really sound
as these are only present during the compilation of sqlitepp.  Therefore
the version information is now stored in constants within the sqlitepp
namespace.
</content>
</entry>
<entry>
<title>sqlitepp_test.cpp: Add a test case with non-ASCII characters</title>
<updated>2017-03-25T14:40:42Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2017-03-25T14:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=1799af4802a3dff04d8d63095bbb749eb63099e6'/>
<id>urn:sha1:1799af4802a3dff04d8d63095bbb749eb63099e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sqlite.cpp: Use ostringstream instead of +</title>
<updated>2017-03-25T14:21:43Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2017-03-25T14:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=eef18d10b4edb26713f683f4b5cd5b0770e9e875'/>
<id>urn:sha1:eef18d10b4edb26713f683f4b5cd5b0770e9e875</id>
<content type='text'>
Using operator+ with a C string and an integer is pointer arithmetic
instead of string concatenation.  Therefore, this patch replaces the
operator+ with a std::ostringstream to actually concatenate the string
and the integer.
</content>
</entry>
<entry>
<title>sqlitepp: Fix the initializer order for the Statement constructor</title>
<updated>2017-03-23T22:58:04Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2017-03-23T22:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=c2c7d5f263a41b344804caafa8991335345390c2'/>
<id>urn:sha1:c2c7d5f263a41b344804caafa8991335345390c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move sources directly to src and rename to .cpp.</title>
<updated>2017-03-23T22:42:57Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2017-03-23T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=e1d6684a7adbf29130411f2a030d01b594a95ca1'/>
<id>urn:sha1:e1d6684a7adbf29130411f2a030d01b594a95ca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add lastInsertRowId, minor improvements.</title>
<updated>2015-07-25T16:54:06Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-07-25T16:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=6a00fdf8076537def530e635fbd2a6bbb1827094'/>
<id>urn:sha1:6a00fdf8076537def530e635fbd2a6bbb1827094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactoring and update.</title>
<updated>2015-07-18T21:30:42Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-07-18T21:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=56b56f46f13a7838e113b529a75771a9fb07bdf7'/>
<id>urn:sha1:56b56f46f13a7838e113b529a75771a9fb07bdf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2014-10-17T01:20:43Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2014-10-17T01:20:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/sqlitepp/commit/?id=6228b0a15c86d2105a29cbccb48db6bd83b82f71'/>
<id>urn:sha1:6228b0a15c86d2105a29cbccb48db6bd83b82f71</id>
<content type='text'>
</content>
</entry>
</feed>
