Skip to content

Undocumented reserved keyword #1086

Description

@vic0824

ArcadeDB Version:

ArcadeDB Server v23.5.1-SNAPSHOT (build d65cada/1684331816646/main)

OS and JDK Version:

Windows 10 10.0 - OpenJDK 64-Bit Server VM 11.0.12 (Corretto-11.0.12.7.1)

Expected behavior

It is possible to use any non-reserved keyword as a type name

Actual behavior

If a Type called "Error" is created, all SQL operations on it fail. If, however, the type name is referenced between backticks, the SQL operations succeed; this means that "Error" is a reserved keyword, which should be documented.

Steps to reproduce

Execute the attached testDocumentTypeReservedKeyword test case.

testDocumentTypeReservedKeyword.zip

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions