Scope and collection API for template. (#1133)

Scope and Collection API for template.

Closes #963.
Original pull request: #1071.
This commit is contained in:
Michael Reiche
2021-06-02 09:38:02 -04:00
committed by GitHub
parent 5cf142d5f2
commit 43889e6a9c
92 changed files with 4630 additions and 749 deletions

View File

@@ -21,9 +21,11 @@
- log details of the detection of placeholders in N1QL inline queries
- log additional debug info during automatic index creation
-->
<looger name="org.springframework.data.couchbase.core" level="debug"/>"
<logger name="org.springframework.data.couchbase.repository.query" level="debug"/>
<logger name="org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator" level="trace"/>
<logger name="org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery" level="trace"/>
<logger name="org.springframework.data.couchbase.repository.support.IndexManager" level="debug"/>
</configuration>
</configuration>