Search the web
Sign In
New User? Sign Up
toad_mysql_beta · Toad for MySQL Beta Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 570 - 600 of 1537   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
570
We have released beta build 3.1.0.190. Visit http://www.toadsoft.com/toadmysqlbeta.html to see what's new and try it out....
Lee Grissom
leegrissom
Offline Send Email
Oct 2, 2007
1:45 am
571
Hi, I got the following exception constantly when viewing a table. Looks like maybe one of my Date(Datetime?) fields trigger this one ? ...
ywliu.rm
Online Now Send Email
Oct 2, 2007
6:01 am
572
... Forgot to mention. This happens to all my 3.0s and 3.1 betas (including build 190)....
ywliu.rm
Online Now Send Email
Oct 2, 2007
6:03 am
573
Ok, here is a way to change Toad to use MySQL:s own handling of auto commits. It will completely disable the Toad auto commit though so use with care. Here is...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 2, 2007
8:34 am
574
We are working on a debugger for MySQL procedures and functions to be included in the Toad for MySQL 4.0 release (Unfortunately it will not make the 3.1...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 2, 2007
8:36 am
575
Well, I wasted a good bit of time playing with this until I found that the beta is reading from the Freeware's script folder, not beta 3.1 (In Help|About, btw,...
Jim Wallace
jimwattm
Offline Send Email
Oct 2, 2007
12:11 pm
576
Well, if you execute as a script everything works fine. /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 2, 2007
6:18 pm
577
When you say execute as script, you mean "Execute the SQL Script (F5)" ? Or is there With Toad's autocommit on the statements below doesn't rollback. Even...
Jim Wallace
jimwattm
Offline Send Email
Oct 5, 2007
1:34 am
578
I'd love to have this feature. I make heavy use of SPs, but unfortunately can't easily extract them to give you for testing. I would like to participating in...
Jim Wallace
jimwattm
Offline Send Email
Oct 5, 2007
1:39 am
579
Haven't heard anything for a while on this, but it still exists. Sure would like to use schema compare at 120dpi....
Jim Wallace
jimwattm
Offline Send Email
Oct 5, 2007
1:40 am
580
... Okay. I finally understand what's triggering this : A date data : 1983-04-31 It is an illegal date. But under other MySQL tools this wouldn't trigger an...
ywliu.rm
Online Now Send Email
Oct 5, 2007
3:06 am
581
I don't think this will make it for this release. We'll address it in the 4.0 beta. The Schema Compare team is backlogged. -- Lee ... From:...
Lee Grissom
leegrissom
Offline Send Email
Oct 5, 2007
5:25 pm
582
Actually the commit after every statement is an option (Enabled by default): It's the "Commit after each statement in script with auto commit" one above to the...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 6, 2007
2:44 am
583
Absolutely, as always it will be an open beta and it will probably start sometime in December (Right on the heels of the 3.1 release). /Mauritz ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 6, 2007
2:45 am
584
Unfortunately we will not be able to fix this. We use a date time structure to hold these and it is unfortunate that MySQL allows you to specify "dates" that...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 6, 2007
2:51 am
585
Perfect! That's what I was missing all this time. Thank you, thank you!...
Jim Wallace
jimwattm
Offline Send Email
Oct 8, 2007
2:38 pm
586
When adding a tinyint column to a table, the dialog hides the Default Value setting for the TinyInt type even though MySQL allows a default value....
Jim Wallace
jimwattm
Offline Send Email
Oct 8, 2007
2:40 pm
587
We have released beta build 3.1.0.222. Visit http://www.toadsoft.com/toadmysqlbeta.html to see what's new and try it out....
Lee Grissom
leegrissom
Offline Send Email
Oct 8, 2007
8:01 pm
588
Very easy fix. Fixed for the next release. /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 8, 2007
8:59 pm
589
We have released beta build 3.1.0.240. Visit http://www.toadsoft.com/toadmysqlbeta.html to see what's new and try it out....
Lee Grissom
leegrissom
Offline Send Email
Oct 15, 2007
7:52 pm
590
We have released beta build 3.1.0.259. Visit http://www.toadsoft.com/toadmysqlbeta.html to see what's new and try it out....
Lee Grissom
leegrissom
Offline Send Email
Oct 22, 2007
9:28 pm
591
Enter your vote today! A new poll has been created for the toad_mysql_beta group: I (or my company) use MySQL because...? o It is free. o It is open source. o...
toad_mysql_beta@yahoo...
Send Email
Oct 23, 2007
9:50 pm
592
When double clicking a table, or using Alter Table from the context menu for *most* MyISAM tables I get this exception. InnoDB seems to consistently work. It...
Jim Wallace
jimwattm
Offline Send Email
Oct 26, 2007
1:44 am
593
Could you give me the create script of one of the tables that exhibit this problem and also, what is the version of Toad for MySQL you are using? /Mauritz ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 26, 2007
7:34 am
594
Using 3.1.0.259. I tried it with the following table and get the exception also.even though InnoDb CREATE TABLE `testuser` ( `user_id` int(11) NOT NULL...
Jim Wallace
jimwattm
Offline Send Email
Oct 26, 2007
6:39 pm
595
If I run a query in the editor and export as insert statements, it uses "table" as the table name. From the table view, it uses the correct table name. When...
Jim Wallace
jimwattm
Offline Send Email
Oct 26, 2007
6:43 pm
596
Ok, the problem is the binary column that we apparently missed in our list of data types. Fixed for the next beta. /Mauritz ________________________________ ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Oct 26, 2007
7:16 pm
597
Hi, I've opened CR0227921 to look into this issue. I think you can get the functionality you want in the product with the following steps. In the latest...
Robert Baker
rbaker_qsft
Offline Send Email
Oct 26, 2007
7:21 pm
598
We have released beta build 3.1.0.259. Visit http://www.toadsoft.com/toadmysqlbeta.html to see what¢s new and try it out. We have released beta build...
Ashley Hudson
lookupwizard
Offline Send Email
Oct 29, 2007
9:55 pm
600
We have released beta build 3.1.0.303. This will be the last beta build for the 3.1 version of Toad for MySQL. Visit ...
Dwight Fowler
lookupwizard
Offline Send Email
Nov 6, 2007
9:52 pm
Messages 570 - 600 of 1537   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help