Last modified: 2012-08-04 20:49:07 UTC
MySQL-specific queries in /profileinfo.php. (e.g. grep http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/profileinfo.php for "mysql") Possible enhancement of adding support for other databases (e.g. postgres, oracle) to /profileinfo.php
Created attachment 2311 [details] replace mysql specific code with db agnostic code In theory this should work, though I don't have any profile info to test it with nor mysql system to test it on, but it does run without errors on my install using pg. Also including setup.php is probably not the right way to do things...
Created attachment 6083 [details] replaces mysql specific code with code that is not database specific I have modified the code that was mysql specific to use the similiar standard at http://www.mediawiki.org/wiki/Manual:Database_access so that the page will work with PostGreSQL>
fixed in r50192.