https://bugzilla.wikimedia.org/show_bug.cgi?id=16794
Luca Fulchir <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10807|0 |1 is obsolete| | --- Comment #29 from Luca Fulchir <[email protected]> 2012-06-29 20:36:12 UTC --- Created attachment 10808 --> https://bugzilla.wikimedia.org/attachment.cgi?id=10808 PostgreSql $wgSharedDb support - wiki 1.20 *Really* sorry, forgot to change one instance of realTableName() into tableName().... my bad... altrough the phpunit test passed... a quick "grep -r" tells me there are no other realTableName(),and I tested this with raw installation and phpunit. realTableName is not needed anymore. The distinction was created (I think) since tablename() didn't do proper escaping/quoting on all cases. Now tableName() handles every escaping/quoting/schema/prefix you should need, Much of it is done by mimicking Database->tableName(), which was called before by realTableName() -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
