Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F916881
comment_snippet.sql
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
epriestley
Oct 28 2015, 1:57 PM
2015-10-28 13:57:43 (UTC+0)
Size
483 B
Referenced Files
None
Subscribers
None
comment_snippet.sql
View Options
SELECT
u
.
username
author
,
FROM_UNIXTIME
(
x
.
dateCreated
)
created
,
IF
(
c
.
changesetID
,
CONCAT
(
h
.
filename
,
':'
,
c
.
lineNumber
),
null
)
locus
,
c
.
content
comment
FROM
differential_revision
r
JOIN
differential_transaction
x
ON
x
.
objectPHID
=
r
.
phid
JOIN
differential_transaction_comment
c
ON
x
.
commentPHID
=
c
.
phid
JOIN
phabricator_user
.
user
u
ON
x
.
authorPHID
=
u
.
phid
LEFT
JOIN
differential_changeset
h
ON
c
.
changesetID
=
h
.
id
WHERE
r
.
id
=
<
ID
>
ORDER
BY
x
.
id
ASC
;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/xt/6u/e4xbuu7xfl37evzh
Default Alt Text
comment_snippet.sql (483 B)
Attached To
Mode
P1878 comment_snippet.sql
Attached
Detach File
Event Timeline
Log In to Comment