sougatamondal / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

When runiing ExecuteNonQuery command and the command has some curly brackets, the console application throws an exception. #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Migration class that runs a ExecuteNonQuery with a SQL test 
that containes curly brackets
2. Execute the Migration from the console application
3. The console application throws an Exception "input string was not in 
correct format"

What is the expected output? What do you see instead?
Expected : No exception and execute the TSQL script.
Output: Exception "input string was not in correct format"

What version of the product are you using? latest 0.8
On what operating system? Windows 7/Vista
With what .NET implementation/version? .NET 3.5

What database and version are you seeing this issue on? All

Please provide any additional information below.

Original issue reported on code.google.com by hoefkens...@googlemail.com on 18 Sep 2009 at 1:07

GoogleCodeExporter commented 8 years ago
We are currently running into this problem.  Is there a fix being worked on or 
a work around?

Original comment by gla...@gmail.com on 12 Jul 2010 at 4:46