<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/wxsqlite/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/wxsqlite/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 28 Sep 2006 08:09:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxsqlite/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>no GetColumnCount in wxSQLite3ResultSet</title><link>https://sourceforge.net/p/wxsqlite/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's not really a bug, but missing.&lt;/p&gt;
&lt;p&gt;You're not able to call GetRowCount() for a &lt;br /&gt;
wxSQLite3ResultSet.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 28 Sep 2006 08:09:30 -0000</pubDate><guid>https://sourceforge.net0f573adb7aa152466df6b49044d50e6dc81c9ee8</guid></item><item><title>impossible to statically link wxsqlite</title><link>https://sourceforge.net/p/wxsqlite/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In Mandrake 10 you can't statically link wxsqlite. I have &lt;br /&gt;
removed all dynamic parts of the library (basically &lt;br /&gt;
commeting out everything between line 25 and 101. &lt;br /&gt;
And removing completely the InitDLL method. I was told &lt;br /&gt;
that it works fine under windows. Unfortunately with &lt;br /&gt;
mandrake 10, the link fails with this kind of message : &lt;br /&gt;
wxSqlite.o(.text+0xb8f): In function &lt;br /&gt;
`wxSQLiteQueryBase::InitCols(char const**, int)': &lt;br /&gt;
/[snip]/wxSqlite.h:46: undefined reference to &lt;br /&gt;
`wxSQLiteQueryBase::ColNamesMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' &lt;br /&gt;
It is to say, it fails in wxSqlite.h at this line : &lt;br /&gt;
WX_DECLARE_STRING_HASH_MAP(int, ColNamesMap); &lt;/p&gt;
&lt;p&gt;Otherwise, if i link dynamically it works correctly. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 08 May 2004 00:50:48 -0000</pubDate><guid>https://sourceforge.net0e7556d9a88f3122f756292033033257f24e4ab0</guid></item><item><title>loading of libsqlite fails</title><link>https://sourceforge.net/p/wxsqlite/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On Mandrake 10 the loading of the sqlite library fails. To &lt;br /&gt;
work correctly Ť if (! s_dll.Load(wxT("libsqlite"))) ť must &lt;br /&gt;
be replaced by Ť if (! s_dll.Load(wxT("libsqlite.so"))) ť. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Médéric Boquien</dc:creator><pubDate>Sat, 08 May 2004 00:00:31 -0000</pubDate><guid>https://sourceforge.net1303992af9f2997193dc74a45b2bc6b5753b9fcb</guid></item><item><title>wxSqlite won't compile as is - typos in wxsqlite.cpp</title><link>https://sourceforge.net/p/wxsqlite/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On Mandrake 10 wxSqlite can't compile as is. In the file &lt;br /&gt;
wxsqlite.cpp, on line 295, it should be :&lt;br /&gt;
sql &amp;lt;&amp;lt; wxT("SELECT count(name) FROM sqlite_master &lt;br /&gt;
WHERE ((type = %Q) and (name = %Q))"); &lt;br /&gt;
instead of &lt;br /&gt;
sql &amp;lt;&amp;lt; "SELECT count(name) FROM sqlite_master &lt;br /&gt;
WHERE ((type = %Q) and (name = %Q))"; &lt;/p&gt;
&lt;p&gt;On line 300 it should be something like: &lt;br /&gt;
if (! q.Execute( ( const char* )sql.mb_str( ), "table", &lt;br /&gt;
( const char* ) tableName.mb_str( ))) &lt;br /&gt;
instead of &lt;br /&gt;
if (! q.Execute(sql, "table", (const char *) tableName)) &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Médéric Boquien</dc:creator><pubDate>Fri, 07 May 2004 23:55:53 -0000</pubDate><guid>https://sourceforge.net242f85ff796b598281177c9e9717dd5940feb6ae</guid></item><item><title>.h file missing</title><link>https://sourceforge.net/p/wxsqlite/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think your .h file is missing in the 1.0.0.tar.gz release &lt;br /&gt;
you did?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Van Ingelgem</dc:creator><pubDate>Mon, 08 Mar 2004 04:06:51 -0000</pubDate><guid>https://sourceforge.net4cda596e986b27afe62b99dc7b8f6df3634ee10f</guid></item></channel></rss>