CommentEdits
Lists edit history for gist comments.
View-Specific Information
Select
The server uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- CommentId supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [CommentEdits]
SELECT * FROM [CommentEdits] WHERE [CommentId] = 'Val1'
The server processes other filters client-side within the server.
Columns
| Name | Type | References | OrderBySupport | Description |
| GistId | String | The node ID of the gist. | ||
| GistName | String |
Gists.Name | The gist identifier. | |
| CommentId | String |
Comments.Id | The Node ID of the comment. | |
| Id [KEY] | String | The Node ID of the UserContentEdit object. | ||
| Diff | String | A summary of the changes for this edit. | ||
| CreatedAt | Datetime | Identifies the date and time when the object was created. | ||
| UpdatedAt | Datetime | Identifies the date and time when the object was last updated. | ||
| EditedAt | Datetime | When this content was edited. | ||
| DeletedAt | Datetime | Identifies the date and time when the object was deleted. | ||
| Editor | String | The username of the actor who edited this content. | ||
| DeletedBy | String | The username of the actor who deleted this content. | ||
| OwnerLogin | String | The username of the gist owner. |