sqlsharpener icon indicating copy to clipboard operation
sqlsharpener copied to clipboard

Add support for temporal tables and memory optimized tables.

Open pbolduc opened this issue 8 years ago • 0 comments

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

pbolduc avatar Feb 23 '17 20:02 pbolduc