Bug #58184 Find and replace
Submitted: 14 Nov 2010 16:01 Modified: 14 Nov 2010 17:44
Reporter: Flavio Oliveira Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.29 OS:Windows (7 Ultimate)
Assigned to: CPU Architecture:Any
Tags: Finda ena replace, REPLACE

[14 Nov 2010 16:01] Flavio Oliveira
Description:
on script tab i've tried a find and replace in my script and i found a bug, the option "Replace All" is not working.

How to repeat:
i've something like this script, ' selected on script [`article.`] because i whanted to remove this word from the entire script, pressed ctrl+h and the replace word was empty.

after click some times and nothing happened a unexpected error was shown on a new window. Message: Index was out of range. Must be a non-negative and less then size od the collection.  Parametername: length

SELECT 
`article`.`Key`,
`article`.`ArticleType`,
`article`.`Themme`,
`article`.`Title`,
`article`.`Description`,
`article`.`Tag`,
`article`.`Body`,
`article`.`ArticleDate`
`article`.`uid`
FROM  `article`
WHERE `ArticleType`='news'
[14 Nov 2010 17:44] Valeriy Kravchuk
This is a duplicate of Bug #56898.