Skip to content

DDL: support complex data type changes such as TEXTINT #222

@hanjianqiao

Description

@hanjianqiao

Please note that SynchDB only supports basic data type change on an existing column. For example, INTBIGINT or VARCHARTEXT. Complex data type changes such as TEXTINT or INTTIMESTAMP are not currently supported. This is because PostgreSQL requires the user to additioanlly supply a type casting function to perform the type casting as the result of complex data type change. SynchDB currently has to knowledge what type casting functions to use for specific type conversion. In the future, We may allow user to supply his or her own casting functions to use for specific type conversions via the rule file, but for now, it is not supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions