Merge pull request #1225 from ejain:patch-1

* pr/1225:
  Escape (( and )) to prevent asciidoc processing
This commit is contained in:
Stephane Nicoll 2016-10-27 08:50:04 +02:00
commit e78af3097a
1 changed files with 2 additions and 2 deletions

View File

@ -4499,8 +4499,8 @@ limit is 1000.
In addition to the primitive values in the value list, you can create a `java.util.List`
of object arrays. This list would support multiple expressions defined for the `in`
clause such as `select * from T_ACTOR where (id, last_name) in ((1, 'Johnson'), (2,
'Harrop'))`. This of course requires that your database supports this syntax.
clause such as `select * from T_ACTOR where (id, last_name) in \((1, 'Johnson'), (2,
'Harrop'\))`. This of course requires that your database supports this syntax.