Description
Compiling a statement with an unterminated comment doesn't raise a syntax error.
ij> prepare p as 'values 1 /* unterminated comment ';
ij> execute p;
1
-----------
1
1 row selected
Attachments
Attachments
Issue Links
- relates to
-
DERBY-1749 Implement Bracketed SQL comments (/*...*/ comments)
- Closed