Re: Update result frid from stored procedure
> The result of the SQL SPROC gets flagged read
> only now in workbench, although it is identical.
I'd thought it might be a WB problem, but I find it's a problem with how mysql sprocs work ... MySQL does not drill down on the sproc result to see whether the underlying query would be editable if it were submitted outside an sproc.
Yes it's annoying to say the least. You could submit a feature request at bugs.mysql.com if you wish.
Meanwhile, if you create a View for the query instead of an sproc, WB should find it editable.
Edited 2 time(s). Last edit at 06/25/2020 01:00PM by Peter Brawley.
Subject
Views
Written By
Posted
1369
June 25, 2020 11:02AM
566
June 25, 2020 11:06AM
563
June 25, 2020 11:16AM
547
June 25, 2020 11:24AM
585
June 25, 2020 12:18PM
633
June 25, 2020 12:31PM
645
June 25, 2020 12:37PM
Re: Update result frid from stored procedure
641
June 25, 2020 12:50PM
713
June 25, 2020 11:33AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.