Skip to content

Commit

Permalink
fix the page op builder
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Jul 31, 2023
1 parent c42e1e7 commit ef6ed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package sqlx
import "github.com/xgfone/go-op"

func init() {
RegisterOpBuilder(op.CondOpIsNull, newPageSize())
RegisterOpBuilder(op.PaginationOpPage, newPageSize())
}

func newPageSize() OpBuilder {
Expand Down

0 comments on commit ef6ed5f

Please sign in to comment.