subsonic/SubSonic-3.0-Templates

Stored Procedure method parameters not in same order as defined in DB

Closed this issue · 1 comments

Minor issue, but broke some existing code I'm migrating from 2.2 to 3.0. The parameters for the generated SP proxies aren't in the same order as they're defined in the DB. I have limited evidence of this, but it appears they're being generated in alphabetical order.

FIXED issue with the ordering of parameters for SPs. Closed by 1d7e83c