Yitzchok / subsonicproject

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

Inline Query ParseParameters method bug #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
  If input sql is :
"select * from pruducts where ProductName=@a;select @@ROWCOUNT",
it will fetch 2 parameters,one is "@a",one is "@@ROWCOUNT",actually the
"@@ROWCOUNT" is not parameters

What version of the product are you using? On what operating system?
 windows xp

Northwind Unit Test to verify the problem:

Original issue reported on code.google.com by jrt324@gmail.com on 8 May 2009 at 8:30