forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Show Results in Text Fails
- This topic is empty.
-
AuthorPosts
-
-
January 20, 2005 at 5:56 pm #8744cavesMember
Hi,
When I use show results in text it only shows the first row of the resultset, but it only happens when the last column of the resultset is an integer or a decimal. If it is a char, varchar, datetime, NULL works perfectly.
I'm using v4.01
This is an example:
CREATE TABLE `bdays` (
`name` varchar(15) NOT NULL default '',
`birthday` datetime default NOT NULL,
`age` int(3) default NOT NULL,
) TYPE=MyISAM
WORKS => select name, birthday from bdays
FAILS => select name, birthday, age from bdays
Thanks
-
January 27, 2005 at 4:03 pm #16875RiteshMember
We are proud to announce the release of SQLyog v4.02 BETA.
This release fixes the above bug.
You can download SQLyog v4.02 BETA from the following links:
Enterprise Edition: http://www.webyog.com/sqlyog/SQLyog402Ent.exe
FREE Edition: http://www.webyog.com/sqlyog/SQLyog402.exe
Can you confirm the bug-fix?
-
-
AuthorPosts
- You must be logged in to reply to this topic.