View Issue Details

IDProjectCategoryView StatusLast Update
0004579SymmetricDSNew Featurepublic2020-11-09 15:15
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.4 
Target Version3.12.5Fixed in Version3.12.5 
Summary0004579: SQL Server supports data compression on tables and indexes, add support for this in DDLUtils
Descriptioncreate table t1 ...
WITH (data_compression = row);

create index It1 on table ...
WITH (data_compression = row);
Tagsddl/schema, dialect: sql-server

Relationships

related to 0004414 closedpmarzullo SQL Server supports data compression on tables and indexes, add support for this in DDLUtils 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-10-06 17:47 pmarzullo New Issue
2020-10-06 17:47 pmarzullo Status new => assigned
2020-10-06 17:47 pmarzullo Assigned To => pmarzullo
2020-10-06 17:47 pmarzullo Tag Attached: ddl/schema
2020-10-06 17:47 pmarzullo Tag Attached: dialect: sql-server
2020-10-06 17:47 pmarzullo Relationship added related to 0004414
2020-10-06 17:53 pmarzullo Status assigned => resolved
2020-10-06 17:53 pmarzullo Resolution open => fixed
2020-10-06 17:53 pmarzullo Fixed in Version => 3.12.5
2020-11-09 15:15 admin Status resolved => closed