Skip to content

Query parameter is null,it still use equals(=) to compare [DATAJPA-121] #541

Closed
@spring-projects-issues

Description

@spring-projects-issues

liuwenhao opened DATAJPA-121 and commented

When a simple property reference gets a null
a tree model table,it has parent is null,i use method public Tree findByParent(Tree parent);
when parameter is null,will return null result.because it use "where parent=null" or not "parent is null"


Affects: 1.0.1, 1.1 M1

Issue Links:

  • DATAJPA-209 Improve handling of null query method parameter values

Referenced from: commits 5c95016

1 votes, 3 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core supporttype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions