Skip to content

[DE-684] confuse about some code #260

Open
@Korov

Description

@Korov

com.arangodb.springframework.repository.query.derived.DerivedQueryCreator#createCriteria

the code final boolean checkUnique = part.getProperty().toDotPath().split(".").length <= 1; should be final boolean checkUnique = part.getProperty().toDotPath().split("\\.").length <= 1;?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions