Closed ken-matsui closed 2 years ago
It seems that CompareOperator has Like, not LIKE as shown on the documentation.
CompareOperator
Like
LIKE
https://github.com/drogonframework/drogon/blob/8b90403bae75025d51f1b0ced83c01771b5837ab/orm_lib/inc/drogon/orm/Criteria.h#L42
Also, trailing spaces were removed.
It seems that
CompareOperator
hasLike
, notLIKE
as shown on the documentation.https://github.com/drogonframework/drogon/blob/8b90403bae75025d51f1b0ced83c01771b5837ab/orm_lib/inc/drogon/orm/Criteria.h#L42
Also, trailing spaces were removed.