DATACOUCH-180 - Allow named parameters in inline N1QL queries
Choice of placeholder "mode" is determined by the syntax used inside the query, early during repository instantiation. An IllegalArgumentException is thrown if both named and positional parameters are used.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<!-- You can use these logger configurations to log more details:
|
||||
- log the Couchbase queries produced by the framework
|
||||
- log details of geo queries and false positive elimination
|
||||
- log details of the parsing of SpEL in N1QL inline queries
|
||||
- log details of the detection of placeholders in N1QL inline queries
|
||||
- log additional debug info during automatic index creation
|
||||
-->
|
||||
<logger name="org.springframework.data.couchbase.repository.query" level="debug"/>
|
||||
|
||||
Reference in New Issue
Block a user