oibo8x / subsonicproject

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

Patch: In(...) and NotIn(...) throw "Failed to convert parameter value from a String to a ..." exception #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a query with .In(new List<int>()) somewhere in it
2. Or Create a query with .NotIn(new List<long>()) somewhere...

What is the expected output? What do you see instead?
Get an exception because it is trying to convert "NULL" to an int,long, etc
type value.

What version of the product are you using? On what operating system?
2.2 - Latest svn

Original issue reported on code.google.com by jgeu...@gmail.com on 27 Apr 2009 at 7:59

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by canof...@gmail.com on 4 May 2009 at 8:25

GoogleCodeExporter commented 9 years ago
Thanks for the patch! The changes will be reflected in my next check-in...

Original comment by canof...@gmail.com on 4 May 2009 at 8:34

GoogleCodeExporter commented 9 years ago
Patch applied in Revision 522.

Original comment by canof...@gmail.com on 4 May 2009 at 9:06