1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-02 20:00:18 +00:00

support eq&ne for orm

This commit is contained in:
空见
2015-06-09 10:18:21 +08:00
parent 364cacf659
commit bbb6f31f16
4 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,8 @@ var (
"gte": true,
"lt": true,
"lte": true,
"eq": true,
"nq": true,
"startswith": true,
"endswith": true,
"istartswith": true,