https://bugzilla.wikimedia.org/show_bug.cgi?id=18291





--- Comment #5 from Roan Kattouw <roan.katt...@gmail.com>  2009-06-30 10:49:21 
UTC ---
(In reply to comment #4)
> Bug 13453 points to MySQLisms in r49112.
> I.e., Catrope: you may have used a mysqlism.
> Perhaps all such mysqlisms could be grepped for and rooted out of all code?
> 

It wasn't a MySQLism, since COALESCE() exists in PostgreSQL as well. The
problem was that PostgreSQL seems to somehow require that rc_cur_id be a valid
page ID or NULL, while we use 0 for this kind of thing pretty much everywhere
else. IMO this foreign key should either be reconfigured to allow 0 or be
removed.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to