Skip to content

N1QL Join resolver doesn't resolver bucket name with special characters [DATACOUCH-526] #834

Closed
@spring-projects-issues

Description

@spring-projects-issues

Juan Pablo Escobedo opened DATACOUCH-526 and commented

N1QL Join resolver doesn't resolve RKS when the bucket name contains special characters.

 

For example if the bucket is named my-bucket, the resolver doesn't add the tilde characters to the rks resolution. It should be my-bucket.

 


Reference URL:

String from = "FROM `" + template.getBucketName() + "` lks " + useLKS + joinType + " " + template.getBucketName()

Referenced from: pull request #291

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions