Marc Bisping
Member²
This topic has been discussed several times (search for "beautifier cursor"):
A cursor-definition including parameters is not beautified correctly:
will not result in
When will there be a fix for it?
Regards,
Marc
A cursor-definition including parameters is not beautified correctly:
Code:
CURSOR <cursor_name>(<param1>, <param2>,...) IS
Code:
CURSOR <cursor_name>(<param1>,
<param2>,
...) IS
Regards,
Marc