Hi guys, I have just downloaded the Toad for MySQL V3.0.0 Freeware and installed it. However i have just realized that i can not directly do a backup of my...
I am not sure if I should report this under the beta or regular use group, but ... I went to configure the formatter and I cannot get it to save my settings....
Hey Boyd, If you find the issue in the released version of the freeware, you can post it to the regular yahoo group. If you find the issue in beta and ...
Fixed for the next 3.1 beta. /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com [mailto:toad_mysql_beta@yahoogroups.com] On Behalf...
Yes this does include the table name when exporting from the wizard of from the Database browser object list. Happily we just fixed a request when exporting...
The script below works fine if you execute it as a script. If you execute it statement by statement Toad:s auto commit setting will issue a commit after every...
If you execute things as a script or have auto commit disabled you're good. If you execute something statement by statement you're not. We can't have the Toad...
This is fixed for the 3.1 release. Sorry for being so late to get back to you. /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com ...
For the 3.2 release you will see a huge improvement in this area. First of all we won't grab the 418mb when you initially fetch the query and secondly we...
The 3.1 Beta Program has officially started! This release cycle will be a very short (GA in mid to late November). We have released beta build 3.1.0.146. ...
Just a heads up to let you all know that in the latest beta the Editor now has standard docking controls for the editor panel, code navigator, and results....
I think we realize that, but as others chimed in, it is a dangerous thing for Toad to keep autocommit on when it hits a START TRANSACTION. Perhaps a warning...
I see it as a serious flaw that limits how I use TOAD against production environments. Is it not possible for TOAD to simply detect the autocommit setting in...
... start transaction. Start transaction does *not* turn off autocommit for me. I tried this and see my new row after the rollback. use mysql_cpp_data; start...
I meant to say that Toad should behave appropriately with regard to these commands, not that it does now. Sorry for the confusion. Boyd CONFIDENTIALITY...
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...
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...
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,...
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...
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...