Issue Details (XML | Word | Printable)

Key: SPRNET-543
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Pollack
Reporter: Mark Pollack
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring.NET

No output parameter is returned when using StoredProcedure with a stored procedure that only returns an output parameter.

Created: 30/Apr/07 07:53 PM   Updated: 08/May/07 06:28 PM   Resolved: 30/Apr/07 07:54 PM
Component/s: Spring-NET-DA
Affects Version/s: 1.1 P3
Fix Version/s: 1.1 M1

Time Tracking:
Not Specified


Mark Pollack added a comment - 30/Apr/07 07:54 PM

Mark Pollack added a comment - 30/Apr/07 07:56 PM
There was a need to add in a check for output parameters to be of type InputOutput due to quirk in CommandBuilder.DeriveParameters implementation that returns type InputOutput even if stored proc defines a strict output parameter type.