<?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/cocoamysql/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/cocoamysql/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 20 Aug 2008 14:21:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cocoamysql/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>UTF8 content bug on Intel with 0.7b5</title><link>https://sourceforge.net/p/cocoamysql/bugs/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;we ran into a really weird bug, confirmed with OS X 10.4 and 10.5.&lt;/p&gt;
&lt;p&gt;I am running 0.7b5 on a MacBook Pro (Intel). &lt;br /&gt;
I set my default encoding to UTF8. &lt;/p&gt;
&lt;p&gt;Now when I start CocoaMySQL and select a table which has special chars in certain fields. In my example here: &amp;amp;Oslash; or 'Ø'. &lt;br /&gt;
I see only "NULL" values for the corresponding fields. And also when changing a value in the row. The field containing a special char will be overwritten with "NULL" - very bad :(&lt;/p&gt;
&lt;p&gt;This bug does not occur when reselecting UTF8 from the lower left dropdown. I also found out that Macs with PPC processor do not have this bug. And last but not least this bug does not exist in 0.7b4.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
schmunk.&lt;/p&gt;
&lt;p&gt;PS: Tested with MySQL 5.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias Munk</dc:creator><pubDate>Wed, 20 Aug 2008 14:21:03 -0000</pubDate><guid>https://sourceforge.net453e8d368eafdb0a815f6c4ed1a3c91a2e8e67f4</guid></item><item><title>text to hex ???</title><link>https://sourceforge.net/p/cocoamysql/bugs/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i used CocoaMySQL-v0.7b4&lt;/p&gt;
&lt;p&gt;a simple tabel&lt;/p&gt;
&lt;p&gt;CREATE TABLE project (&lt;br /&gt;
project varchar(50) NOT NULL default '',&lt;br /&gt;
jaar year(4) default NULL,&lt;br /&gt;
opmerkingen blob,&lt;br /&gt;
PRIMARY KEY  (project)&lt;br /&gt;
) TYPE=MyISAM;&lt;/p&gt;
&lt;p&gt;INSERT INTO project VALUES ('Twijnstra &amp;amp; Gudde wandschildering', '2004', 'De wandschildering in het hoofdkantoor van Twijnstra &amp;amp; Gudde te Amersfoort.');&lt;/p&gt;
&lt;p&gt;after viewing contents of 'opmerkingen' the text change into &lt;/p&gt;
&lt;p&gt;44652077616E64736368696C646572696E6720696E2068657420686F6F66646B616E746F6F722076616E205477696A6E73747261202620477564646520746520416D657273666F6F72742E&lt;/p&gt;
&lt;p&gt;this looks like hexadecimal.&lt;/p&gt;
&lt;p&gt;i changed the data-type into text and now it works correct.&lt;/p&gt;
&lt;p&gt;version 0.5 (v0.5) did not have this problem&lt;/p&gt;
&lt;p&gt;thanks,&lt;br /&gt;
piet&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pcb_nl</dc:creator><pubDate>Sat, 31 Mar 2007 12:53:38 -0000</pubDate><guid>https://sourceforge.netf37300b1f3f7b8ad576e4be94a7b9673024be10b</guid></item><item><title>Unintended Decimal Field Update</title><link>https://sourceforge.net/p/cocoamysql/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When editing another field in a record containing a decimal field, the decimal field value is changed.&lt;/p&gt;
&lt;p&gt;The command below was executed when I updated only the invoice_id field; the amount was correctly showing as 75.00 before the update and incorrectly as 99999999.99 after the update. The value in the database table is now incorrect.&lt;/p&gt;
&lt;p&gt;/* MySQL 12:52:38 */ UPDATE `items` SET `id`='14', `transact_id`='100000', `account_id`='1216', `cleared_enum`='2', `amount`='37352E3030', `account_name`='Kerns', `date`='1999-01-01', `description`='Annual Assessment', `year`='1999', `notes`='', `invoice_id`='14' WHERE `id` = '14';&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zarac</dc:creator><pubDate>Mon, 08 Jan 2007 20:03:06 -0000</pubDate><guid>https://sourceforge.net35eb5fc9a426bd7115dd82dc4131afcbe253fba5</guid></item><item><title>No search operators for decimal fields</title><link>https://sourceforge.net/p/cocoamysql/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After choosing a decimal field in the seach field popup, there are no options available in the search operators popup. Version 0.7b5.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zarac</dc:creator><pubDate>Mon, 08 Jan 2007 19:22:53 -0000</pubDate><guid>https://sourceforge.net47129bee7951a6c9ef189fa9162c358cb407f7ad</guid></item><item><title>Memory hole and crash during mysql dumps</title><link>https://sourceforge.net/p/cocoamysql/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I just posted this to macupdate.com, and then&lt;br /&gt;
thought it was better to put it where it belongs: in&lt;br /&gt;
the bug channel!&lt;/p&gt;
&lt;p&gt;Still my favorite graphical interface to MySQL&lt;br /&gt;
databases. Thanks to the developers for their work.&lt;/p&gt;
&lt;p&gt;I still have one MAJOR flaw to point out. Do a MySQL&lt;br /&gt;
table dump with drop tables on even a medium sized&lt;br /&gt;
database (50,000 rows, four tables), and prepared to&lt;br /&gt;
see CocoaMySQL hang (reports 101% processor usage and&lt;br /&gt;
becomes unresponsive and gobbles up massive amounts of&lt;br /&gt;
RAM until you force quit it).&lt;/p&gt;
&lt;p&gt;This behavior has been verified on three different Macs&lt;br /&gt;
(PowerPC and Intel) with different OS versions since at&lt;br /&gt;
least the 0.5 days in CocoaMySQL, and it still exists!&lt;/p&gt;
&lt;p&gt;I love CocoaMySQL, but am sad that I still need to use&lt;br /&gt;
the command line for any data lifting of substance.&lt;/p&gt;
&lt;p&gt;Suggestion: Feed the mysqldump to a shell subprocess&lt;br /&gt;
and just let it notify the application when it is done.&lt;br /&gt;
This would free up the user interface in the meantime&lt;br /&gt;
and would handle the memory issues.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Steps to reproduce:&lt;br /&gt;
1. Connect to any MySQL database (version 3.x, 4.x, or&lt;br /&gt;
5.x) of medium size (50,000 rows or thereabouts should&lt;br /&gt;
be sufficient).&lt;br /&gt;
2. Select File:Export:Cocoa MySQL dump&lt;br /&gt;
3. Make sure all tables in the database are selected&lt;br /&gt;
(default), and choose "Add drop table".&lt;br /&gt;
4. Click OK and watch MySQL start gobble memory and&lt;br /&gt;
hang forever in Activity Monitor.&lt;/p&gt;
&lt;p&gt;Again, this happens on Panther systems, Tiger systems,&lt;br /&gt;
both PowerPC and Intel, and on all databases I've tried&lt;br /&gt;
it on as long as there is a table or two of medium size.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Thu, 21 Sep 2006 00:47:57 -0000</pubDate><guid>https://sourceforge.netc96c5779f07e7a60426bcd3a8df7a174d8eb2b6d</guid></item><item><title>On connection 'localhost' fails but '127.0.0.1' suceeds</title><link>https://sourceforge.net/p/cocoamysql/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;CocoaMySQL appears to ignore a non-standard port when&lt;br /&gt;
'localhost' is given as the hostname. Tested on 0.7b4.&lt;/p&gt;
&lt;p&gt;To reproduce the problem:&lt;/p&gt;
&lt;p&gt;1. Create a new session&lt;br /&gt;
2. Setup port forwarding (ssh -L 8888:localhost:3306 ...)&lt;br /&gt;
3. Enter 'localhost' and '8888' in your descriptor with&lt;br /&gt;
your username and password, and it fails.&lt;br /&gt;
4. Change 'localhost' to 127.0.0.1 and it succeeds.&lt;/p&gt;
&lt;p&gt;Note that if you're running a local mysql server on&lt;br /&gt;
port 3306 it'll still attempt to connect to that if&lt;br /&gt;
'localhost' is specified, even if port 8888 is specified.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Parsons</dc:creator><pubDate>Thu, 10 Aug 2006 14:14:40 -0000</pubDate><guid>https://sourceforge.netfe38024ae774103d0546293d09d631336dd41d06</guid></item><item><title>enum type length display wraps</title><link>https://sourceforge.net/p/cocoamysql/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See attached PDF&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 07 Mar 2005 15:02:56 -0000</pubDate><guid>https://sourceforge.net7a8e99e2ecf0a81454510659f4cf30f6536798e1</guid></item><item><title>Unable to connect to ssh-mapped localhost port</title><link>https://sourceforge.net/p/cocoamysql/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am very impressed with CocoaMySql.  It is very elegant, and &lt;br /&gt;
works well.&lt;/p&gt;
&lt;p&gt;I have run into one problem.  I use ssh to connect to one of my &lt;br /&gt;
mysql servers, using a localhost port mapped to the mysql port &lt;br /&gt;
inside the client, and it appears that CocoaMySql does not like this.&lt;/p&gt;
&lt;p&gt;For example, if I have connected via SSH with a command like:&lt;br /&gt;
ssh -l sellswor -c blowfish -g -L13306:sekmet3.company.com:3306 &lt;br /&gt;
sshhost.company.com&lt;/p&gt;
&lt;p&gt;The following command line does connect to the server:&lt;/p&gt;
&lt;p&gt;work@phantom:work$ mysql --user=root --&lt;br /&gt;
password=whatevermyrootpasswordis --host=localhost --&lt;br /&gt;
port=13306&lt;/p&gt;
&lt;p&gt;producing&lt;/p&gt;
&lt;p&gt;Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;br /&gt;
Your MySQL connection id is 55 to server version: 4.0.18-standard-&lt;br /&gt;
log&lt;/p&gt;
&lt;p&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer.&lt;/p&gt;
&lt;p&gt;mysql&amp;gt; use mysql; &lt;br /&gt;
Reading table information for completion of table and column &lt;br /&gt;
names&lt;br /&gt;
You can turn off this feature to get a quicker startup with -A&lt;/p&gt;
&lt;p&gt;Database changed&lt;br /&gt;
mysql&amp;gt; show tables;&lt;br /&gt;
+-----------------+&lt;br /&gt;
| Tables_in_mysql |&lt;br /&gt;
+-----------------+&lt;br /&gt;
| columns_priv    |&lt;br /&gt;
| db              |&lt;br /&gt;
| func            |&lt;br /&gt;
| host            |&lt;br /&gt;
| tables_priv     |&lt;br /&gt;
| user            |&lt;br /&gt;
+-----------------+&lt;br /&gt;
6 rows in set (0.00 sec)&lt;/p&gt;
&lt;p&gt;mysql&amp;gt; exit&lt;br /&gt;
Bye&lt;/p&gt;
&lt;p&gt;but the same from cocoamysql does not:&lt;/p&gt;
&lt;p&gt;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;database&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;host&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;localhost&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;name&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;root@sekmet3ssh&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;port&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;13306&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;socket&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;user&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;string&amp;gt;root&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;/p&gt;
&lt;p&gt;Could it be that the localhost address is making it ignore the port?&lt;/p&gt;
&lt;p&gt;I have also tried 127.0.0.1 as the address, and it did not seem to &lt;br /&gt;
make a difference.&lt;/p&gt;
&lt;p&gt;(NB: the company names, account names, and passwords are all &lt;br /&gt;
faked, but the terminal output was copied from my terminal &lt;br /&gt;
window.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Ellsworth</dc:creator><pubDate>Tue, 07 Dec 2004 20:59:39 -0000</pubDate><guid>https://sourceforge.net78988a519d7355424edc288684ddb5adf5266585</guid></item><item><title>Cannot set "NOT NULL" without setting a default value</title><link>https://sourceforge.net/p/cocoamysql/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CocoaMysql fails adding a row if I set it to NOT NULL&lt;br /&gt;
without specifying a default value. I don't want a&lt;br /&gt;
default value - it should fail runtime if the&lt;br /&gt;
application does not provide a value.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 26 Nov 2004 23:15:57 -0000</pubDate><guid>https://sourceforge.netf30a82ec1da85b74f49f4d7f03edf80bcc8540e6</guid></item><item><title>Connecting to a MySQL 4.1.x server</title><link>https://sourceforge.net/p/cocoamysql/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that CocoaMySQL 0.5 cannot connect to a MySQL 4.1.x &lt;br /&gt;
server unless that server is using the old password storage &lt;br /&gt;
mechanism. Could CocoaMySQL be updated to use the MySQL 4.1.x &lt;br /&gt;
client libraries to eliminate this server-side restriction? Thanks.&lt;/p&gt;
&lt;p&gt;The issue was originally discovered in a discussion which can be &lt;br /&gt;
viewed here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.entropy.ch/phpbb2/viewtopic.php?p=6422#6422" rel="nofollow"&gt;http://www.entropy.ch/phpbb2/viewtopic.php?p=6422#6422&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Schmidt</dc:creator><pubDate>Thu, 04 Nov 2004 14:01:48 -0000</pubDate><guid>https://sourceforge.net72d88f72510be94a1f998e9c27cc31bdb0f715c8</guid></item></channel></rss>