ODBC Driver for GitHub

Build 24.0.9175

CommitComments

Tracks comments made on specific commits, providing insights into discussions and feedback related to code changes.

View-Specific Information

Select

The 本製品 processes all filters client-side within the 本製品. The following query is the only one processed server-side:

SELECT * FROM [CommitComments]

Columns

Name Type References OrderBySupport Description
Id [KEY] String A unique identifier for the commit comment, used for referencing it within the system.
DatabaseId Int The primary key for this commit comment in the database.
Body String The content of the comment, written in Markdown format for formatting flexibility.
BodyText String The body of the comment, rendered as plain text, with Markdown removed.
BodyHTML String The body of the comment, rendered as HTML, preserving Markdown formatting for web display.
Author String The username of the individual who authored the comment on the commit.
AuthorAssociation String Describes the author's relationship to the subject of the comment (for example, 'OWNER', 'COLLABORATOR').
Editor String The username of the person who last edited the comment, if applicable.
IsMinimized Bool Indicates whether the comment has been minimized (that is, collapsed) for display purposes.
MinimizedReason String Provides a reason for why the comment was minimized, if available.
CreatedViaEmail Bool Indicates whether the comment was created by replying to an email notification from GitHub.
IncludesCreatedEdit Bool Indicates whether the comment was edited after it was initially created, with the creation data included.
ResourcePath String The relative HTTP path to access this specific comment resource in the GitHub API.
Url String The full HTTP URL where the comment can be accessed on GitHub.
LastEditedAt Datetime The timestamp of the most recent edit made to the comment.
PublishedAt Datetime The timestamp when the comment was originally published.
CreatedAt Datetime The timestamp when the comment object was created, including its first submission.
UpdatedAt Datetime The timestamp when the comment was last updated, reflecting changes to its content or metadata.
ViewerDidAuthor Bool Indicates whether the current viewer authored this comment.
ViewerCanDelete Bool Indicates whether the current viewer has permission to delete this comment.
ViewerCanMinimize Bool Indicates whether the current viewer can minimize this comment to hide it.
ViewerCanReact Bool Indicates whether the viewer is allowed to react (for example, thumbs up or thumbs down) to this comment.
ViewerCanUpdate Bool Indicates whether the current viewer has permission to edit or update this comment.
ViewerCannotUpdateReasons String Lists the reasons why the current viewer cannot update this comment, such as permission issues or content restrictions.
ReactionGroups String A list of grouped reactions (for example, thumbs up, thumbs down) left by users on this comment.
ViewerId String The unique identifier for the viewer who is accessing or interacting with the comment.
CommitId String

Commits.Id

The unique identifier for the commit associated with the comment, if applicable.
Path String The file path that the comment refers to within the commit's changes.
Position Int The line number or position within the file where the comment is associated.

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