Skip to content

Include "if not exists" in table creation scripts [BATCH-1729] #1855

Open
@spring-projects-issues

Description

@spring-projects-issues

Matthew T. Adams opened BATCH-1729 and commented

Adding conditional table creation to the creation scripts would be nice: CREATE TABLE IF NOT EXISTS ...

That way, the scripts could be run without having to have them bomb out because a table already exists. Using <jdbc:initialize-database ignore-failures="ALL" ... /> doesn't really help when you want to ensure that the schema either already exists or needs to be created.


No further details from BATCH-1729

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions