-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Hello,
Tested on version 25.5.1, will test on latest release but I don't see anything related to this in the changelogs.
Code to reproduce the error :
MATCH (n:CHUNK) WHERE ID(n) IN [$id_0, $id_1, $id_2, $id_3, $id_4, $id_5, $id_6, $id_7, $id_8, $id_9, $id_10, $id_11, $id_12, $id_13, $id_14, $id_15] RETURN n
(Yes i know the array can be ONE param)
params :
params = {"id_0":"#1:21",
"id_1":"#1:21",
"id_2":"#1:21",
"id_3":"#1:21",
"id_4":"#1:21",
"id_5":"#1:21",
"id_6":"#1:24",
"id_7":"#1:24",
"id_8":"#1:24",
"id_9":"#1:20",
"id_10":"#1:20",
"id_11":"#1:20",
"id_12":"#1:20",
"id_13":"#1:20",
"id_14":"#1:19",
"id_15":"#1:19"}
Exception: ('com.arcadedb.exception.CommandExecutionException', 'Error on executing command')
Console logs :
juil. 23 16:04:48 cfia-3x5090 server.sh[1720]: 2025-07-23 16:02:50.786 INFO [PostQueryHandler] <ArcadeDB_0> Error on command execution (PostQueryHandler): Error on executing Cypher query
I'm 100% sure it used to be working with MUCH MORE PARAMS something like 128 or 256
Metadata
Metadata
Assignees
Labels
No labels