Open ExtReMLapin opened 1 month ago
please note that when the query is
CREATE (n:CHUNK { text: 'start
""" end'}) RETURN ID(n)
(Single quotes with 3 double quotes inside)
Error says :
oct. 21 14:43:30 cfia-IDEXTEND server.sh[1548715]: Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
oct. 21 14:43:30 cfia-IDEXTEND server.sh[1548715]: Script8.groovy: 2: Unexpected input: '('n').property(single, 'text', """start \n """ end' @ line 2, column 12.
oct. 21 14:43:30 cfia-IDEXTEND server.sh[1548715]: """ end""").select('n').project('ID(n)').by(__.id())
oct. 21 14:43:30 cfia-IDEXTEND server.sh[1548715]: ^
which translates to
('n').property(single, 'text', """start \n """ end""").select('n').project('ID(n)').by(__.id())
It seems that something fishy's going on there
Hello it's me again
ArcadeDB Version:
ArcadeDB Server v24.6.1 (build fbc1c77c7e1c52197abdd8661e5b34749babf3d6/1721708610769/main)
OS and JDK Version:
unning on Linux 6.5.0-41-generic - OpenJDK 64-Bit Server VM 11.0.24
Expected behavior
working query
Actual behavior
Erroring query (triple (or more) quotes only)
Working query :
Error: