Recent content by Jaume

  1. J

    existing state of packages has been discarded

    I would'nt complain of the 4068 handling of pl/Developer. In fact it's the way I'd like my procedures to work. So How did you manage it????? All my attempts to catch this error and retry the call have been in vain. I've been looking in Metalink and asking Oracle support without success...
  2. J

    Wishlist: Better handling of complex expressions in beautifier

    Well, the formatting has removed the spaces :( Just wanted to align the several nested conditional expressions.
  3. J

    Wishlist: Better handling of complex expressions in beautifier

    Hello. I'd like a better handling of the complex conditional expressions with lots of parenthesis in PL/Beautifier. It'll be nice the ability to align the inner parenthesis, something like: select empno, deptno from emp where (empno != 1 and empno != 3) or (empno != 3 and ((empno != 5...
  4. J

    PL/SQL Beautifier

    Just another question. When using tables of records, the assignments don't align properly Table(i).Field := Cursor.Field; In conditional expressions whith this tables the formatting does not look very nice.
  5. J

    PL/SQL Beautifier

    I'm starting to use the beautifier. It's a nice feature but I would like a little more control of the formatting. The way conditional expressions and function calls with parameters are formatted should be configurable too. When you align declarations or assignments if there's a blank or a...
Back
Top