hi,
is it possible to set the output format of date/time variables for debug sessions (for tiptext and for the variable monitoring grid)? at the moment i just can see variables of this type in the format dd.mm.yy.
thx and best regards, klaus.
hi,
we already tried this but, we often use record types and pl/sql. so we have very often lines with more than 78 characters. for example the beautifier breaks the following code line (if you have a right margin of 78) after the 2nd and 3rd point
v_artkmk_col(i).ARTKMK_ROOTARTK_ID :=...
hi,
we realy love the beautifier and use it in our projects. but we are missing support for a few pl/sql / sql things:
- FETCH some_cursor BULK COLLECT INTO : for this statement after beautifying the code all variables are apearing at one line.
- concat (||) if we need realy long varchar2...