<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/wxsqlite/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/wxsqlite/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/wxsqlite/bugs/</id><updated>2006-09-28T08:09:30Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>no GetColumnCount in wxSQLite3ResultSet</title><link href="https://sourceforge.net/p/wxsqlite/bugs/5/" rel="alternate"/><published>2006-09-28T08:09:30Z</published><updated>2006-09-28T08:09:30Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0f573adb7aa152466df6b49044d50e6dc81c9ee8</id><summary type="html">&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;</summary></entry><entry><title>impossible to statically link wxsqlite</title><link href="https://sourceforge.net/p/wxsqlite/bugs/4/" rel="alternate"/><published>2004-05-08T00:50:48Z</published><updated>2004-05-08T00:50:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0e7556d9a88f3122f756292033033257f24e4ab0</id><summary type="html">&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;</summary></entry><entry><title>loading of libsqlite fails</title><link href="https://sourceforge.net/p/wxsqlite/bugs/3/" rel="alternate"/><published>2004-05-08T00:00:31Z</published><updated>2004-05-08T00:00:31Z</updated><author><name>Médéric Boquien</name><uri>https://sourceforge.net/u/medericboquien/</uri></author><id>https://sourceforge.net1303992af9f2997193dc74a45b2bc6b5753b9fcb</id><summary type="html">&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;</summary></entry><entry><title>wxSqlite won't compile as is - typos in wxsqlite.cpp</title><link href="https://sourceforge.net/p/wxsqlite/bugs/2/" rel="alternate"/><published>2004-05-07T23:55:53Z</published><updated>2004-05-07T23:55:53Z</updated><author><name>Médéric Boquien</name><uri>https://sourceforge.net/u/medericboquien/</uri></author><id>https://sourceforge.net242f85ff796b598281177c9e9717dd5940feb6ae</id><summary type="html">&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;</summary></entry><entry><title>.h file missing</title><link href="https://sourceforge.net/p/wxsqlite/bugs/1/" rel="alternate"/><published>2004-03-08T04:06:51Z</published><updated>2004-03-08T04:06:51Z</updated><author><name>Steven Van Ingelgem</name><uri>https://sourceforge.net/u/g00fy/</uri></author><id>https://sourceforge.net4cda596e986b27afe62b99dc7b8f6df3634ee10f</id><summary type="html">&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;</summary></entry></feed>