Skip to content

mandatory property check fail with Cypher #2019

Description

@ExtReMLapin

Hello,

Creating a property with mandatory fails to correctly detect the property is used in cypher.

sample database

GSDFGDG.zip

Query to execute :

CREATE (p:EMBEDDING {vector: [-0.00931549072265625, 0.032073974609375, -0.005565643310546875, -0.01354217529296875]})
  

Error :

Cannot execute command The property 'EMBEDDING.vector' is mandatory, but not found on record: @EMBEDDING[]


INSERT INTO EMBEDDING SET vector = [-0.00931549072265625, 0.032073974609375, -0.005565643310546875, -0.01354217529296875]

Works fine

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions