Skip to content

Bad interaction between parsing predicates and string literals. #39

@robertsdionne

Description

@robertsdionne
create graph ?world;

insert data into ?world {
  /room<000> "named"@[] "Hallway"^^type:text.
  /room<000> "connects_to"@[] /room<001>
};

fails with:

[FAIL] [ERROR] Failed to parse BQL statement with error Parser.parse: Failed to consume symbol INSERT_OBJECT, with error Parser.consume: could not consume token &{ERROR "Hallway" [lexer:0:57] predicates require time anchor information; missing "@[} in production INSERT_OBJECT

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions