Skip to content

HTTP/JSON limit parameter bug #1277

@PyroChiliarch

Description

@PyroChiliarch

If the serializer "record" is used then a limit of -1 returns no records instead of setting no limit

What happens:
image

Expected Result:
image

I think the issue is at line 163 and 172 of https://github.com/ArcadeData/arcadedb/blob/main/server/src/main/java/com/arcadedb/server/http/handler/GetQueryHandler.java

1 is added to the value, which would turn -1 into 0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions