User "MaxSem" changed the status of MediaWiki.r84765.

Old Status: ok
New Status: fixme

User "MaxSem" also posted a comment on MediaWiki.r84765.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84765#c23926
Commit summary:

(bug 28070) Fix watchlist RSS for databases that store timestamps in a real 
timestamp field by using Database::timestamp(). Tested by Dan Nessett on 1.16. 
Not tested on trunk, but no reason why it should not work.

Comment:

This change resulted in query returning an empty set when start and end are not 
set, e.g. https://en.wikipedia.org/w/api.php?action=query&list=watchlist

it generates the following broken conditions:
 (rc_timestamp<='20111007170203') AND (rc_timestamp>='20111007170203')

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to