Forums » General Discussion

Thread: Toad for MySQL 6.0.1 GA Release


Permlink Replies: 4 - Pages: 1 - Last Post: Jan 23, 2012 10:11 AM by: ArielTK
Mauritz

Posts: 313
Registered: 8/23/07
Toad for MySQL 6.0.1 GA Release
Posted: Sep 30, 2011 3:19 PM
  Click to reply to this thread Reply







Quest is pleased to announce the general release of Toad for MySQL 6.0.1 patch
release update.

Two specific bugs are fixed in this release.


• It was impossible to use the compare & sync functionality.

• It was impossible to create the schema objects needed to do debugging.


Get it now at http://www.toadformysql.com/!








Pascal J.

Posts: 3
Registered: 10/26/10
Re: Toad for MySQL 6.0.1 GA Release
Posted: Oct 10, 2011 8:30 AM   in response to: Mauritz
  Click to reply to this thread Reply

Hi,
there's a bug in ToadForMysql 6.0.1:
If you have an tinyint-field which ist defined with "tinyint(1)" Toad shows an checkbox-field. That's wrong. Quote from mysql.com:

The display width does not constrain the range of values that can be stored in the column, nor the number of digits that will be displayed for values having a width exceeding that specified for the column.

Whenused in conjunction with the optional extension attribute ZEROFILL, thedefault padding of spaces is replaced with zeros. For example, for a column declared as INT(5) ZEROFILL, a value of 4 is retrieved as 00004. Note that if you store larger values than the display width in an integer column, you may experience problems when MySQL generates temporary tables for some complicated joins, because in these cases MySQL trusts that the data did fit into the original column width.

Edit:  You can have (for example) the number 6 in a tinyint(1)-field, but this number wouldn't be displayed because the field displays itself as a checkbox in Toad.

Hope you can fix this. Thanks!

Message was edited by: Pascal J.


Scott M. Sanders


Posts: 40
Registered: 1/27/11
Re: Toad for MySQL 6.0.1 GA Release
Posted: Oct 10, 2011 8:52 AM   in response to: Pascal J.
  Click to reply to this thread Reply

But does ZEROFILL affect tinyint(1), which before MySQL 5.0.3 was interpreted as BIT?

http://stormysan.com/2011/02/mysql-integer-lengths/



Steff.Sullivan

Posts: 1
Registered: 11/22/11
Re: Toad for MySQL 6.0.1 GA Release
Posted: Nov 22, 2011 9:31 AM   in response to: Mauritz
  Click to reply to this thread Reply

I still can't seem to do a schema comparison

Is anyone else experiencing the problem or am I missing something? 

I downloaded and installed ToadforMySQL_Freeware_6.0.1.1723.zip from the link
http://www.toadworld.com/DOWNLOADS/Freeware/ToadforMySQLFreeware/tabid/561/Default.aspx


ArielTK

Posts: 1
Registered: 1/23/12
Re: Toad for MySQL 6.0.1 GA Release
Posted: Jan 23, 2012 10:11 AM   in response to: Steff.Sullivan
  Click to reply to this thread Reply

I have the same problem.
I have a field type: tinyint(1) and I see it as a checkbox.
how can I see it as numeric field?



Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums