SQL
AخA
SELECT rev_id, CAST(rev_timestamp AS DATETIME) AS timestamp, comment_text
FROM revision
JOIN comment_revision ON comment_id = rev_comment_id
WHERE comment_text LIKE 'Disambiguating links to [[%(disambiguation)]] (intentional link to DAB) using [[User:Qwertyytrewqqwerty/DisamAssist|DisamAssist]].'
AND rev_timestamp > '201312271110'; -- timestamp of first revision of [[User:Qwertyytrewqqwerty/DisamAssist.js]]
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.