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
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