Beautifier: AND/OR under where clause

Travis

Member
I'm using version 6.0.0.840
In the PL/SQL Beautifier Rules editor on the
tab DML there is a check box labeled:

"AND/OR under where clause"

I try to set this to false and save the change
but it doesn't take.

If I view the br file before and after the change
there is no difference.
 
That is indeed possible. You can add the following line at any position in the .br file:

DML.WhereAndOrUnderWhere=FALSE
 
Back
Top