mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-08 01:28:29 -05:00
edit/revertCell (#268)
// edit/dispose -------------------------------------------------------------------------------
export interface EditDisposeParams extends IEditSessionOperationParams { }
export interface EditDisposeResult { }
* Initial plumbing for edit/revertCell
* Implementation of revert cell in the parents of the row edit base
* Adding unit tests
This commit is contained in:
@@ -421,6 +421,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataColumnUpdateNotPending
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.EditDataColumnUpdateNotPending);
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataObjectMetadataNotFound
|
||||
{
|
||||
get
|
||||
@@ -1032,6 +1040,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string EditDataUpdateNotPending = "EditDataUpdateNotPending";
|
||||
|
||||
|
||||
public const string EditDataColumnUpdateNotPending = "EditDataColumnUpdateNotPending";
|
||||
|
||||
|
||||
public const string EditDataObjectMetadataNotFound = "EditDataObjectMetadataNotFound";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user