sqlsharpener
sqlsharpener copied to clipboard
Add support for temporal tables and memory optimized tables.
This pull request has:
- update DACFx from 12.0.2603.2 to 130.3485.1 (used the x64 package)
- update TransactSql.ScriptDom from 12.x to 13.x
- add table property IsAutoGeneratedHistoryTable
- add table property MemoryOptimized - this really should be IsMemoryOptimized but the dac model uses this same name
- add column property GeneratedAlwaysType
- add column property IsHidden