View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004568 | SymmetricDS | Improvement | public | 2020-09-24 14:04 | 2020-11-09 15:15 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.4 | ||||
Target Version | 3.12.5 | Fixed in Version | 3.12.5 | ||
Summary | 0004568: SQL Server supports filtered indexes, need to add support of filtered indexes in ddlutils | ||||
Description | CREATE INDEX FIBillOfMaterialsWithEndDate ON Production.BillOfMaterials (ComponentID, StartDate) WHERE EndDate IS NOT NULL ; Notice the WHERE clause in the creation of the index. Need to change database.dtd, adding a new attribute to index and unique sections. New attribute could be "filter". Need to add support to DDL Reader to read filter specification for SQL Server Reader, all others should default to not supporting it. Export to XML should add this attribute to indexes when specified. DDL Writer needs to support this new attribute. | ||||
Tags | ddl/schema, dialect: sql-server | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-09-24 14:04 | pmarzullo | New Issue | |
2020-09-24 14:04 | pmarzullo | Status | new => assigned |
2020-09-24 14:04 | pmarzullo | Assigned To | => pmarzullo |
2020-09-24 14:04 | pmarzullo | Tag Attached: ddl/schema | |
2020-09-24 14:04 | pmarzullo | Tag Attached: dialect: sql-server | |
2020-09-24 14:04 | pmarzullo | Relationship added | related to 0004373 |
2020-09-24 14:14 | pmarzullo | Status | assigned => resolved |
2020-09-24 14:14 | pmarzullo | Resolution | open => fixed |
2020-09-24 14:14 | pmarzullo | Fixed in Version | => 3.12.5 |
2020-09-24 15:00 | pmarzullo | Changeset attached | => SymmetricDS 3.12 827589fd |
2020-10-05 16:48 | pmarzullo | Status | resolved => assigned |
2020-10-05 16:48 | pmarzullo | Note Added: 0001803 | |
2020-10-05 16:48 | pmarzullo | Resolution | fixed => open |
2020-10-05 16:50 | pmarzullo | Fixed in Version | 3.12.5 => |
2020-10-06 17:45 | pmarzullo | Status | assigned => resolved |
2020-10-06 17:45 | pmarzullo | Resolution | open => fixed |
2020-10-06 17:45 | pmarzullo | Fixed in Version | => 3.12.5 |
2020-11-09 15:15 | admin | Status | resolved => closed |