Skip to content

[Fuzzer] Database collation not reloaded? #4578

@Maxxen

Description

@Maxxen

Originally discovered in #4152

On a persisted database create this table:
CREATE TABLE t0 (c0 VARCHAR(0) COLLATE AF);
Then after the restart, will give the error:

Error: unable to open database "<name>": Catalog Error: Collation with name af does not exist!

I think I have the ICU extension enabled somehow. That's because AF shows on the collations list at PRAGMA collations;.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions