ssteenkiste / nettiers

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

useStoredProcedure not being respected in custom prodecure methods #328

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a custom stored procedure
2. Generate netTiers against its database. Be sure to include its table.
3. Look at the source that's created for invoking the stored procedure.

What is the expected output? What do you see instead?

When the method calls GetCommandWrapper, I expect it to pass in 
this._useStoredProcedure and not just pass in true for the useStoredProcedure 
parameter.

Instead, it has true hard-coded in the method call.

What version of .netTiers and CodeSmith are you using?
CS 5.1.5. netTiers v2.3.0.807

Please provide any additional information below.

All custom stored procedures get stored in Procedures.xml and they technically 
are not required to be on the server at run-time. If the custom methods would 
respect the useStoredProcedure flag, then this would be the case.

Original issue reported on code.google.com by codemonk...@gmail.com on 16 Aug 2010 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 21 Sep 2010 at 12:28