<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 21: Add bool data type to CppDB</title><link>https://sourceforge.net/p/cppcms/patches/21/</link><description>Recent changes to 21: Add bool data type to CppDB</description><atom:link href="https://sourceforge.net/p/cppcms/patches/21/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 04 Mar 2017 17:55:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppcms/patches/21/feed.rss" rel="self" type="application/rss+xml"/><item><title>#21 Add bool data type to CppDB</title><link>https://sourceforge.net/p/cppcms/patches/21/?limit=25#11f5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry! This is is missing attachment of the patch file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CN Liou</dc:creator><pubDate>Sat, 04 Mar 2017 17:55:11 -0000</pubDate><guid>https://sourceforge.netced0153ec09db094da77af71f0bf8978862e430b</guid></item><item><title>Add bool data type to CppDB</title><link>https://sourceforge.net/p/cppcms/patches/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Important! This patch works only for PostgreSQL. Applying this patch will cause all other back end drivers unable to compile.&lt;/p&gt;
&lt;p&gt;Please check comments &lt;code&gt;TODO&lt;/code&gt; in this diff file before applying this patch.  All except PostgreSQL drivers are commented out in &lt;code&gt;CMakefile&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;changes made:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;adding bool data type&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;moving PGconn* from private to public so that applications can do lower level works like this:&lt;/p&gt;
&lt;p&gt;cppdb::postgresql::connection cppdb_pg_conn(cppdb::connection_info("CONN-STRING"));&lt;br/&gt;
  PGconn *pg_conn=cppdb_pg_conn.pg_conn();&lt;br/&gt;
  PQexec(pg_conn,"LISTEN notify_me_of_changes");&lt;br/&gt;
  int sock=PQsocket(pg_conn);&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This diff file comes from &lt;code&gt;svn diff&lt;/code&gt; applied to cppdb/trunk.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CN Liou</dc:creator><pubDate>Sat, 04 Mar 2017 17:52:22 -0000</pubDate><guid>https://sourceforge.netd4f0385d95e45244dd9a858862dd7c0847fa98a0</guid></item></channel></rss>