[
https://issues.apache.org/jira/browse/DERBY-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538591
]
Dag H. Wanvik commented on DERBY-1749:
--------------------------------------
The patch is not sufficient: the standard demands that bracketed comments
can nest, cf. SQL 2003 section 5.2 <token> and <separator>, syntax rule 10):
"Within a <bracketed comment contents>, any <solidus> immediately followed
by
an <asterisk> without any intervening <separator> shall be considered to be
the
<bracketed comment introducer> of a <separator> that is a <bracketed
comment>. "
> Implement Bracketed SQL comments (/*...*/ comments)
> ---------------------------------------------------
>
> Key: DERBY-1749
> URL: https://issues.apache.org/jira/browse/DERBY-1749
> Project: Derby
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 10.1.3.1, 10.2.1.6, 10.2.2.0, 10.3.1.4
> Reporter: Conny Kreyßel
> Assignee: Dag H. Wanvik
> Attachments: DERBY-1749.diff
>
>
> Hibernate use multiline sql statements to show the internal building of the
> hql statements. You can disable this feature, but it would be nice if you can
> implements bracketed SQL comments in Derby.
> Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.