Print Thread
Beautifier and Comments
#29092 01/28/08 06:42 PM
Joined: Jun 2004
Posts: 16
Germany, Dortmund
Member
OP Offline
Member
Joined: Jun 2004
Posts: 16
Germany, Dortmund
Hi Marco,

the Beautifier has some problems with comments. I have realized it for some versions now, but perhaps noone else has. try to beautify the following and watch the comment:

Code
SELECT a.cust_account_id
      ,a.account_number
       /*,hz_utility_v2pub.get_lookupmeaning('FND_LOOKUP_VALUES' 
         ,'CUSTOMER CLASS' 
         ,a.customer_class_code) AS customer_class_code */
      ,a.account_established_date
  FROM hz_cust_accounts     a
      ,hz_customer_profiles p
 WHERE a.account_number = x_customer_rec.customer_number
   AND p.cust_account_id = a.cust_account_id
   AND p.site_use_id IS NULL;
the seconed and third line of the comment are constantly indented each time you run the beautifier.

Greeting,
holger

Re: Beautifier and Comments
#29093 01/28/08 10:30 PM
Joined: Aug 1999
Posts: 22,206
Member
Offline
Member
Joined: Aug 1999
Posts: 22,206
This is indeed a known bug. It will be fixed.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.083s Queries: 13 (0.033s) Memory: 2.4959 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-04-30 07:53:52 UTC
Valid HTML 5 and Valid CSS