Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CREATE INDEX fails with manual index name #1634

Copy link
Copy link

Description

@finduspedersen
Issue body actions

ArcadeDB Version:

ArcadeDB Server v24.6.1-SNAPSHOT (build c95953f/1718719426891/main)

OS and JDK Version:

Standard docker image from DockerHub

Expected behavior

Create the named index

Actual behavior

When providing a manual-index-name for an index, the command fails. According to documentation, this should work.

Steps to reproduce

Works fine without an index name: CREATE INDEX ON IsActiveOn (@out, @in) NOTUNIQUE;
Fails with an index name: CREATE INDEX IsActiveOn_out_in ON IsActiveOn (@out, @in) NOTUNIQUE;

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.