Skip to content

Reference memory java $ unable to do math operators. Resulting in ref java memory #1723

@eisenhaus335

Description

@eisenhaus335

ArcadeDB Version:

"version": "24.1.1 (build 5ecb28ea54dc3e109336645e64794e5eb5ca8ddf/1709313171626/main)"

OS and JDK Version:

Linux 5.15.133.1-microsoft-standard-WSL2 - OpenJDK 64-Bit Server VM 11.0.22

Expected behavior

Doing operators into $ ref memory should been work correctly

Actual behavior

The sql result show is weird java ref memory "com.arcadedb.query.sql.executor.InternalResultSet@52806f961"

Steps to reproduce

begin; let max = SELECT max(seqid) FROM Invoice; let invoice = CREATE VERTEX Invoice (seqid) VALUES ($max + 1); commit retry 100; return $invoice;

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions