jdaugherty opened a new issue, #103:
URL: https://github.com/apache/grails-intellij-plugin/issues/103
Example:
```
Product.executeQuery("""
select distinct pr
from Product pr, UpdateDepend ud
where ud.depend in elements(pr.depends)
and ud.update.plugin = :plugin
order by pr.id
""", ['<caret>'])
```
---
*Imported from [IDEA-79705](https://youtrack.jetbrains.com/issue/IDEA-79705)
· Type: Feature · Votes: 0*
*Comments, attachments, dates and reporter are not part of the export —
follow the link above for the full history.*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]