V5.0.0 refresh of stored procedure result sets.

Posts   
 
    
JohnL
User
Posts: 47
Joined: 07-Oct-2005
# Posted on: 09-May-2016 18:36:52   

I have a database that has been using LLBLGen since 2.0 in database first mode. With this most recent update I'm finding that the Perform Tasks sync with all schemas set to Database remembers my selected tables and views, but the stored procedures step is always cleared to all unselected.

In 4.X and before, once I selected a procedure to determine resultsets for, it would persist that choice. I can use the Stored Procedures level to select all, but that isn't optimal as many of them should not be run in this manner.

If I forget to select the procedures, my TypedViews based on resultsets are unmapped and I have to go back and remap.

Is this a known issue? I can work around it by picking the specific procedures each time, but that is tedious and error prone.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 09-May-2016 23:11:44   

We'll look into it. It should indeed work like before, as in: the behavior of v4 shouldn't change in this regard.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 10-May-2016 11:45:27   

Reproduced, should indeed pre-check the checkboxes. Working on fix.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 10-May-2016 12:34:55   

Fixed. See the 5.0.2 hotfix build in the 5.0 download section for the fix.

Frans Bouma | Lead developer LLBLGen Pro
JohnL
User
Posts: 47
Joined: 07-Oct-2005
# Posted on: 10-May-2016 17:25:12   

Otis wrote:

Fixed. See the 5.0.2 hotfix build in the 5.0 download section for the fix.

Downloaded and tested good. Even remembered my old settings, so I didn't even have to check them again. Thanks for the instant service, you just impressed my development team quite a bit.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 10-May-2016 21:45:21   

JohnL wrote:

Otis wrote:

Fixed. See the 5.0.2 hotfix build in the 5.0 download section for the fix.

Downloaded and tested good. Even remembered my old settings, so I didn't even have to check them again. Thanks for the instant service, you just impressed my development team quite a bit.

smile Glad it's solved!

Frans Bouma | Lead developer LLBLGen Pro