Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1416
(An Untitled Masterwork)
Active
Public
Actions
Authored by
epriestley
on Nov 12 2014, 12:37 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F232811: file
Nov 12 2014, 12:37 PM
2014-11-12 12:37:49 (UTC+0)
Subscribers
None
SELECT
rc
.
id
,
CONCAT
(
'http://phabricator.domain.com/r'
,
r
.
callsign
,
rc
.
commitIdentifier
)
AS
CommitUrl
,
COUNT
(
*
)
AS
CommentCount
,
GROUP_CONCAT
(
tc
.
authorPHID
SEPARATOR
', '
)
FROM
phabricator_audit
.
`audit_transaction_comment`
tc
JOIN
phabricator_repository
.
repository_commit
rc
ON
rc
.
phid
=
tc
.
commitPHID
JOIN
phabricator_repository
.
repository
r
ON
r
.
id
=
rc
.
repositoryID
WHERE
tc
.
`transactionPHID`
IS
NULL
GROUP
BY
rc
.
commitIdentifier
Event Timeline
epriestley
edited the content of this paste.
(Show Details)
Nov 12 2014, 12:37 PM
2014-11-12 12:37:49 (UTC+0)
epriestley
updated the paste's language from
autodetect
to
mysql
.
epriestley
mentioned this in
T6531: MySQL syntax highlight doesn't work for Pastes
.
Log In to Comment