SqlDbx Forum

SqlDbx

You are not logged in.

#1 2008-10-22 15:13:42

townscr
Member

Embedded Comments

If you embed a comment it does not format the block after the embedded comment as a comment.  Is this something that could be fixed?

/* 
/* comment   */
Select * from table

*/

Offline

#2 2008-10-22 16:01:12

sqldbxhelp
Administrator

Re: Embedded Comments

I think that SqlDbx behaviour is correct. If you think about there's
no such thing as embedded or nested comments in SQL standard.
As far as I understad it the multiline
comment is defined as everything between /* and next */.
Also the way SqlDbx treats this code seems to be consistent with other editors.

Offline

Board footer

Powered by FluxBB