Two problems

musil

Member
1) donot run in command window!!!
2) wrong coloring in sql window

INSERT INTO tabquery (queryname, queryview) VALUES ('POKUS', '/* pokusna poznamka */
select *
from pokus
:QUERY_WHERE :QUERY_ORDER');
 
Yes, I also noticed that multi-line 'string literals' are not correctly coloured.

Note that this does not happen with "double quoted identifiers" which are correct even if they span several lines.

Amaury.
 
-thanks for new recoloring units

-sorry but your bug in command window is not good. i writing at first line note and hints.
(if last character is '/' then your parser dont work correctly.) can you repair it.
 
Somehow the comment inside the multi-line text causes a problem, with as result that the trailing semi-colon is not removed. Replace it with a trailing '/' on the next line to circumvent this.

We'll fix it.

------------------
Marco Kalter
Allround Automations
 
Back
Top