ADO.NET Provider for GitHub

Build 25.0.9434

CommentEdits

Lists edit history for gist comments.

View-Specific Information

Select

The provider 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 provider processes other filters client-side within the provider.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434