dbForge removes comments for the procedure parameters
Posted: Wed 17 Aug 2016 10:21
dbForge removes comments for the procedure parameters when I edit anything inside Parameter panel.
Let’s say I have
...
...
“/*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.
Let’s say I have
...
Code: Select all
PROCEDURE host1355175_te.sp_fc_again(
IN p_user_id int /*comment for the procedure parameter is here*/, IN p_pair_id int, IN p_deb 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.