MSSQL rows limit/offset via TOP or OFFSET ... FETCH NEXT ... ROWS
This commit is contained in:
parent
e2f32e746e
commit
cbdbe4891a
9 changed files with 54 additions and 6 deletions
|
@ -10,6 +10,7 @@ type testMockDriver struct{}
|
|||
|
||||
func (m testMockDriver) TranslateColumnType(c Column) Column { return c }
|
||||
func (m testMockDriver) UseLastInsertID() bool { return false }
|
||||
func (m testMockDriver) UseTopClause() bool { return false }
|
||||
func (m testMockDriver) Open() error { return nil }
|
||||
func (m testMockDriver) Close() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue