Skip to content

Should contain 0 #959

@GLM00-max

Description

@GLM00-max

public Select limit(int limit, long offSet) {
if (limit > 0 && offSet > 0L) {
this.limit = Optional.of(limit);
this.offSet = Optional.of(offSet);
return this;
} else {
throw new IllegalArgumentException("Invalid LIMIT and OFFSET Value, must be strictly positive");
}
}

influxdb allow ” limit = 0 and offset =0 “

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions