Skip to content

Limit(0, 1000) doesn't work #26

@felixls

Description

@felixls
	// only serialize something if it's different than the default
	// The default is 0 10
	if p.Offset != DefaultOffset && p.Num != DefaultNum {
		args = args.Add("LIMIT", p.Offset, p.Num)
	}

Passing 0 in Offset causes to avoid passing LIMIT clause

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions