rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Support for SQL Server 2016 #265

Closed Dave-Smith closed 2 years ago

Dave-Smith commented 2 years ago

The SQL Server documentation says that yuniql supports 2017 and later. After looking thought the yuniql code I could find anything obvious that limits to 2017. Are there any known limitations that would stop it from working on 2012 or 2016?

rdagumampan commented 2 years ago

Hi @Dave-Smith, thanks for reaching out. The limitations is based on fact that we have no platform tests executed against those versions. It may work just as well because the I tried to use older SQL syntax as much as possible. Please try if you have an instance and HTH

Dave-Smith commented 2 years ago

Thank you for your response. This helps. I tested yuniql init, yuniql run, yuniql check, yuniql list, yuniql verify and all worked on a 2016 database.