Skip to content

Commit 951e78e

Browse files
committed
remove the deprecated methods
1 parent b847227 commit 951e78e

File tree

3 files changed

+0
-176
lines changed

3 files changed

+0
-176
lines changed

dml_select.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,6 @@ func (b *SelectBuilder) Paginate(pageNum, pageSize int64) *SelectBuilder {
431431
return b
432432
}
433433

434-
// Paginator is deprecated and reserved as the alias of Pagination for backward compatibility.
435-
func (b *SelectBuilder) Paginator(page op.Pagination) *SelectBuilder {
436-
return b.Pagination(page)
437-
}
438-
439434
// Pagination sets the Pagination, which is the same as b.Paginate.
440435
func (b *SelectBuilder) Pagination(page op.Pagination) *SelectBuilder {
441436
b.page = page

dml_select_bind_row_deprecated.go

Lines changed: 0 additions & 72 deletions
This file was deleted.

dml_select_bind_rows_deprecated.go

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)