Recent content by MSA

  1. M

    Beautifier error on nested case statements

    Is this problem fixed in new 7.0.3 ?
  2. M

    Beautifier error on nested case statements

    Beautifier fails with internal error on nested case statements see example. Example: SELECT CASE WHEN :p1 = 4 THEN CASE WHEN :p2 IS NOT NULL THEN 1 ELSE 0 END WHEN :p1 = 3 THEN CASE WHEN :p2 IS NOT NULL THEN 1 ELSE 0 END ELSE 1 END FROM dual
  3. M

    PL/SQL Developer 7 - IDE_ExecuteSQLReport - bug ?

    In plugins IDE_ExecuteSQLReport executes allways with error message "Can not focus a disabled or invisible window" Example: IDE_ExecuteSQLReport("select * from sometable","Report",true); PS. PL/SQL Developer 6.xxx has no this problem
Back
Top