-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Milestone
Description
If the serializer "record" is used then a limit of -1 returns no records instead of setting no limit
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
Reactions are currently unavailable

