In the previous version of TextMate when I submitted a highlighted set of queries to MySQL it would execute them all in order and show the results. In the new version it only seems to execute the first SQL statement out of the highlighted group. This is a big problem for me because I only use TextMate to edit and submit stored procedures which require at least three separate statements to be submitted (delimiter change, my stored procedure, delimiter change back.) Does anyone know of a way to fix this in the new version? Or if not can someone point me to link of the previous version so I can reinstall it?
Thanks
On 9. Jul 2007, at 07:23, David Smith wrote:
In the previous version of TextMate when I submitted a highlighted set of queries to MySQL it would execute them all in order and show the results. [...]
http://lists.macromates.com/pipermail/textmate/2007-July/020904.html
[...] Or if not can someone point me to link of the previous version so I can reinstall it?
http://macromates.com/textmate/files/TextMate_1.5.5.dmg
Or you can just checkout the old command from the subversion repository…
Why not restore the old functionality as a new command in the new bundle? It could be bound to command-R to pipe the entire file of SQL commands to mysql / pgsql or just whatever is selected?
Brad