Make dbForge not to remove comments for procedure parameters
dbForge removes comments for the procedure parameters when I edit anything inside Parameter panel.
Let’s say I have
...
Code: Select all
PROCEDURE host1355175te.spfcagain(
IN puserid int /comment for the procedure parameter is here/, IN ppairid int, IN pdeb int, OUT o_res int)
COMMENT 'Comment for the procedure is here'
BEGIN
...
“/comment for the procedure parameter is here/” will be removed if I, for instance, edit Comment via UI in Options panel or change parameter’s order.
3
votes
Anonymous
shared this idea