Requested change status...

Posts   
 
    
Posts: 1268
Joined: 10-Mar-2006
# Posted on: 09-Jan-2008 16:07:35   

Otis,

In converting to 2.5, I had a few manual tasks to do.   One of them was to review the changes in your template compared to the one I modified.   The template in question is the dbUtils one, where I inserted debug trace calls into the Call*****StoredProcedure calls.

See previous thread:

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=10302

My code change only consists of 2 lines and is right before the Fill/Execute of the proc:

if (DynamicQueryEngineBase.Switch.TraceVerbose)
    TraceHelper.WriteLineIf(DynamicQueryEngineBase.Switch.TraceVerbose, GetProcedureCallDefinition(command), "Executed Stored Procedure");

Anyway, just wondering if this is a possiblity for include in the 2.6 version?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 09-Jan-2008 16:22:37   

Next time please use the Feature requests forum.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 09-Jan-2008 16:43:00   

v2.6 is only Linq and a few breaking changes. We want to keep off any other feature requests to avoid delaying Linq support due to these feature changes. So v2.6 won't have many (not much actually) new features besides linq (and the stuff required to run linq, like anonymous type projectors, derived table support.. ).

The #of lines is rather small, I'll add it to the list but even though it's small, it is likely being postponed till v3 due to the reason above simple_smile

(edit) actually it was already in the tracker and scheduled for v3.

Frans Bouma | Lead developer LLBLGen Pro