mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
#785511 : fixed between handling
This commit is contained in:
parent
940015e87b
commit
920ee3246e
@ -139,7 +139,7 @@ public class MongodbSerializerTest {
|
||||
|
||||
assertQuery(
|
||||
year.between(1, 10),
|
||||
dbo("year", dbo("$goe", 1).append("$loe", 10))
|
||||
dbo("year", dbo("$gte", 1).append("$lte", 10))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user