Skip to content

Support an incremental numeric identifier (primary key) #10

@htmfilho

Description

@htmfilho

Is your feature request related to a problem? Please describe.

In case the insert statements point to a table that doesn't support auto-incremented primary keys.

Describe the solution you'd like

Support the option to include an auto-incremented or auto-generated identifier in the insert statements. The user would inform the initial value from which the auto-increment starts or if the identifier is an UUID, and the column of the identifier.

Describe alternatives you've considered

The target table would need to support an auto-incremented or auto-generated identifier. Without this support, either because the database doesn't support it or the table structure can't be changed to support it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions