ifeq iflike #52

Closed
lunny wants to merge 2 commits from unknown repository into master
Owner

Author: @crossgit

Ifeq{"a",param,""}

if param=""{
return "" ,[]
}
return "a=?",[param]

Iflike{"b",param,""}

if param=""{
return "",[]
}
return "a like ?" ,["%"+param+"%"]

Author: @crossgit Ifeq{"a",param,""} if param=""{ return "" ,[] } return "a=?",[param] Iflike{"b",param,""} if param=""{ return "",[] } return "a like ?" ,["%"+param+"%"]

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/builder#52
No description provided.