Skip to content

Invalid Input Error: Displaying unredacted secrets is disabled #4299

@fuzzerofducks

Description

@fuzzerofducks

Issue found by DuckFuzz on git commit hash 9b860 using seed 649058814.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT NULL FROM duckdb_secrets(redact := NULL)

Error Message

Invalid Input Error: Displaying unredacted secrets is disabled

Stack Trace

LINE 1: SELECT NULL FROM duckdb_secrets(redact := NULL)
                         ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions