-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request