aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/op_where.go
AgeCommit message (Collapse)Author
8 dayslib/sql: refactoring the BindWhereShulhan
Changes the BindWhere parameters from two to four. The first parameter is the OR/AND logic. The second parameter is the column name. The third parameter is the operator like "=", "!=". The fourth parameter is the value.