Skip to content

ALTER PROPERTY ... CUSTOM attribute does not work (any more) #736

@gramian

Description

@gramian

ArcadeDB Version: v22.12.1 (build 08eb71f/1671833658668/main)

JDK Version: openjdk 11.0.16.1 2022-08-12

OS: MacOS 12.6

Expected behavior

After running ALTER PROPERTY command custom attributes are added to type schema, as in 22.11.1.

Actual behavior

After running ALTER PROPERTY command custom attributes are not added to type schema.

Steps to reproduce

CREATE DOCUMENT TYPE doc;
CREATE PROPERTY doc.prop STRING;
ALTER PROPERTY doc.prop CUSTOM attr = 'test';
SELECT FROM schema:types;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions