<?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/sqlitedbrowser/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/sqlitedbrowser/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Sep 2016 12:55:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlitedbrowser/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#7 Windows Executable Flagged as Virus</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/7/?limit=25#76d9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm seeing it flagged by ClamAV 0.99/22207 as Win.Trojan.Agent-1426210&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Hopgood</dc:creator><pubDate>Wed, 14 Sep 2016 12:55:05 -0000</pubDate><guid>https://sourceforge.netfc283582430e43d3e5904d1ad7f2b29b12a7144b</guid></item><item><title>#7 Windows Executable Flagged as Virus</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/7/?limit=25#bae9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is also flagged by avast! 8.0.1489 as Win32:Malware:Gen&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim H</dc:creator><pubDate>Wed, 10 Jul 2013 04:39:35 -0000</pubDate><guid>https://sourceforge.net03558343efb6e0d4bb27a01c0a74fa7fee6d8201</guid></item><item><title>Windows Executable Flagged as Virus</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The windows executable (sqlite2-win.exe) is flagged as:&lt;br /&gt;
Artemis!F9713CFA5CF1 (Trojan)&lt;br /&gt;
by McAfee 4.6.0.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fritz</dc:creator><pubDate>Tue, 09 Jul 2013 12:18:22 -0000</pubDate><guid>https://sourceforge.netc9676cefded7eb9dac2cb963e1dec3288de90898</guid></item><item><title>Parsing the current .db files from iPhones</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Apple did something to the plain sqlite files in iOS 5 that has broken compatibility, both with this program and the original SQLiteDBbrowser.&lt;/p&gt;
&lt;p&gt;The files store the sms, contacts, and calendar data.  For example, under iOS 4.x it had an sms.db file that could be opened with the browser.  Now it has sms.db, sms.db-wal and sms.db-shm and reports "Database Error.  [file] is probably not an sqlite database."&lt;/p&gt;
&lt;p&gt;If I can provide any more information in order to help, please send me a message.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xahxhax</dc:creator><pubDate>Wed, 25 Jan 2012 06:44:08 -0000</pubDate><guid>https://sourceforge.net49ba7ff8c4a93e4b3546499793894bbacb3081dc</guid></item><item><title>execute sql error</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you execute a sql query in "Execute SQL". The sqlitebrowser is freezing.&lt;br /&gt;
The reason is in from.cpp, in mainForm::executeQuery()&lt;br /&gt;
you have there a wile(1){ } &lt;/p&gt;
&lt;p&gt;to avoid this, add add at line 887 (at the end of while):&lt;br /&gt;
if(err != 0)&lt;br /&gt;
break;&lt;br /&gt;
the code will look:&lt;br /&gt;
while(1){&lt;br /&gt;
...your code;&lt;/p&gt;
&lt;p&gt;if(err!=0)&lt;br /&gt;
break;&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 13 Nov 2011 13:00:24 -0000</pubDate><guid>https://sourceforge.netc7d4df3a7c12bf00888e8466515a0b30d7317480</guid></item><item><title>execute sql error</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you execute a sql query in "Execute SQL". The sqlitebrowser is freezing.&lt;br /&gt;
The reason is in from.cpp, in mainForm::executeQuery()&lt;br /&gt;
you have there a wile(1){ } &lt;/p&gt;
&lt;p&gt;to avoid this, add add at line 887 (at the end of while):&lt;br /&gt;
if(err != 0)&lt;br /&gt;
break;&lt;br /&gt;
the code will look:&lt;br /&gt;
while(1){&lt;br /&gt;
...your code;&lt;/p&gt;
&lt;p&gt;if(err!=0)&lt;br /&gt;
break;&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 13 Nov 2011 07:50:15 -0000</pubDate><guid>https://sourceforge.netcfdff23c951b53e54875bde3a4a006bffbcb85d2</guid></item><item><title>release 2.0</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please make a proper release for the 2.0 code. The one in SVN right now compiles OK, haven't tried to see how it works yet.&lt;br /&gt;
I noticed you've started rewriting it, right ? It's probably going to take some time, latest 1.3 still uses Qt 3 and 2.0 beta doesn't compile. A 2.0 release would be appreciated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 20 Sep 2011 21:04:03 -0000</pubDate><guid>https://sourceforge.net2ae2c7aa14a81f1198fb81a7e0725741b67fcb06</guid></item><item><title>import from CSV</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Row 100 is not inserted when importing a table from CSV&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 15 Sep 2011 13:09:28 -0000</pubDate><guid>https://sourceforge.net38f1c1727e871445b5540d4153313cbeb0363317</guid></item><item><title>Can't read some databases which are generated from Android</title><link>https://sourceforge.net/p/sqlitedbrowser/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First, thanks for your great application, I love it.&lt;/p&gt;
&lt;p&gt;I am an android application developer, I use the database to store some information in my application, and it suppose to be SQL format. Sometime, I want to browser them on PC.&lt;/p&gt;
&lt;p&gt;However, I found that some database files could be read/write successfully by my android application but not by the SQLite studio (it shows an error says it probably not a valid database file).&lt;/p&gt;
&lt;p&gt;Could you help to verify this issue? Thanks for your great help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 28 Jul 2011 04:41:39 -0000</pubDate><guid>https://sourceforge.net1cd9e897a286ce0c25760fc9de2bf3c2d55ec849</guid></item></channel></rss>