nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

MIG-178 : When migrating data from NuoDB to NuoDB, ensure that the correct GENERATED IDENTITY column syntax is used #69

Closed sampada70 closed 1 year ago

sampada70 commented 1 year ago

Overview of the JIRA ticket, Initially the generator "GENERATED BY DEAULT AS IDENTITY" is getting hardcoded to the generator column. So, the generator "GENERATED ALWAYS BY IDENITITY" was getting modified to "GENERATED BY DEAULT AS IDENTITY". As part of this fix, we are ensuring that the generated column's 'generator' is tracked and updated after loading all the data into the database.