Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apoc.uuid.setup -Signature not matching description #3669

Closed
klobuczek opened this issue Jul 20, 2023 · 1 comment
Closed

apoc.uuid.setup -Signature not matching description #3669

klobuczek opened this issue Jul 20, 2023 · 1 comment

Comments

@klobuczek
Copy link
Contributor

Formal parameter order is inconsistent with @Description and other type of web documentation.

    @Description("CALL apoc.uuid.setup(databaseName, label, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one")
    public Stream<UuidInfo> setup(@Name("label") String label,
                                  @Name(value = "databaseName", defaultValue = "neo4j") String databaseName,
                                  @Name(value = "config", defaultValue = "{}") Map<String, Object> config) {
@klobuczek klobuczek changed the title apoc.uuid.setup -Signature not matching desciption apoc.uuid.setup -Signature not matching description Jul 20, 2023
@Lojjs
Copy link
Contributor

Lojjs commented Jul 24, 2023

@klobuczek Thanks for reporting, that seems wrong indeed. I have made an internal bug ticket for the Neo4j extended team to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants