drogonframework / drogon-docs

Documentation for the Drogon project
MIT License
69 stars 58 forks source link

Fix CompareOperator from LIKE to Like #43

Closed ken-matsui closed 2 years ago

ken-matsui commented 2 years ago

It seems that CompareOperator has Like, not LIKE 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.