Closed
Description
Based on the answers from #1536 and #1445 it seems that the #n1ql.bucket
should always return bucket name starting from version 5, but still even in the latest versions, it returns the collection name.
I'm asking about this line https://github.com/spring-projects/spring-data-couchbase/blob/f41d4b94e07923fec2f75ce71c51ea7f376112d0/src/main/java/org/springframework/data/couchbase/repository/query/StringBasedN1qlQueryParser.java#L169C30-L169C30
Should this be fixed? Or was the change postponed for the next major version?