Skip to content

Support condition nesting [DATAJDBC-490] #715

@spring-projects-issues

Description

@spring-projects-issues

Mark Paluch opened DATAJDBC-490 and commented

We should allow grouping of conditions so conditions can be expressed as logical groups, e.g.

WHERE (person.name = 'Walter' AND person.age > 50) OR (person.name = 'Hank' AND (person.age > 40 OR person.age < 30))

Spring Data R2DBC allows nested criteria and we should isolate individual groups to not interfere with combination of AND and OR semantics


Referenced from: pull request #193

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions