Bug #22480 Line Break Problem on MySQL Tools for Microsoft Visual Studio
Submitted: 19 Sep 2006 15:52 Modified: 6 Nov 2006 18:08
Reporter: Luciano C Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Visual Studio Plugin Severity:S3 (Non-critical)
Version:1.0 OS:Windows (Windows XP (Spanish Version))
Assigned to: Reggie Burnett CPU Architecture:Any
Tags: Line Break, Visual Studio

[19 Sep 2006 15:52] Luciano C
Description:
When i show some of my Stored Procedures (created with MySQL Administrator or MySQL Query Browser for Windows XP) with "Server Explorer" within Visual Studio (2005) it show some "Special Characters" and do not make the line breaks between lines.

How to repeat:
Make a new SP with MySQL Administrator like this:

CREATE PROCEDURE myProc
(
param1 varChar(10),
param2 varChar(10)

)

INSERT INTO
           mytable
              (
                field1,
                  field1 )
       VALUES
              (
                param1,
                param2 )
[19 Sep 2006 16:20] MySQL Verification Team
Thank you for the bug report. Isn't a bug report for MySQL Administrator
than MySQL Connector/Net?. Thanks in advance.
[19 Sep 2006 16:27] Luciano C
I think that it is not a MySQL Administrator Problem. I Create Stored Procedures with third party products, with mysql query, mysql administrator, etc and it shown in all products well, but not in "Server Explorer" with the Visual Studio Tools. In VS show the line break like Special Char.
Thanks. Ask again if you need.
[26 Oct 2006 20:11] Reggie Burnett
Can you try the latest version of the plugin (1.0.1) and see if this still happens?  I was unable to repeat.
[26 Oct 2006 20:15] Luciano C
Yes, i will test (i'm not in this machine). I will tell you tomorrow.
[6 Nov 2006 18:08] Reggie Burnett
Closing this bug report since we have been unable to reproduce it.