You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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