|
341 KB
Please handle the same case for renaming columns:
There are a few issues here. 1.) table object does not get its column list set to all its columns, instead its only getting the inserted columns set. 2.) The new extended properties gui is having issues.
1.) To fix the first one will affect all databases and testing required is "high." Because of this I believe this should be moved to 15.
2.) Asif is looking into this...
There are a few issues here. 1.) table object does not get its column list set to all its columns, instead its only getting the inserted columns set. 2.) The new extended properties gui is having issues.
1.) To fix the first one will affect all databases and testing required is "high." Because of this I believe this should be moved to 15.
2.) Asif is looking into this...
>> 2.) The new extended properties gui is having issues.
After looking into the code, I see that we will have to enhance our ExtendedPropertiesModel to support managing added, edited, deleted list of extended properties. And not just a flat list of properties.
>> 2.) The new extended properties gui is having issues.
After looking into the code, I see that we will have to enhance our ExtendedPropertiesModel to support managing added, edited, deleted list of extended properties. And not just a flat list of properties.
made the modifications needs to have this work...
made the modifications needs to have this work...
@nilesh: can you verify in the latest build ?
@nilesh: can you verify in the latest build ?
Does not handle the same case for renaming columns:
Does not handle the same case for renaming columns:
Note to QA: Test SQL server 2005 "Database" Extended Properties as well. This was tested and works fine in v14, but there were a couple of things which was missed during porting to v15
Note to QA: Test SQL server 2005 "Database" Extended Properties as well. This was tested and works fine in v14, but there were a couple of things which was missed during porting to v15
Issue #10578 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
relates to #12156
Issue #12156Wrong Extended properties Script generated in preview SQL tab,When we alter Extended properties in view. |
Please handle the same case for renaming columns: