[Phplib-trackers] [ phplib-Patches-450758 ] Support multiple database
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-04-20 07:30:54
|
Patches item #450758, was opened at 2001-08-14 21:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=450758&group_id=31885 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Richard Archer (richardarcher) Summary: Support multiple database Initial Comment: To support multiple database add if (!@mysql_select_db($this->Database,$this->Link_ID)) { $this->halt("cannot use database ".$this->Database); } before each mysql_query() in db_mysql.inc ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2002-04-20 17:30 Message: Logged In: YES user_id=279311 See: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phplib/php-lib/php/db/mysql/db_sql.inc This change was checked in with v1.9. This is only in the devel version of PHPLIB at this time. ---------------------------------------------------------------------- Comment By: Ronny Hanssen (godvin) Date: 2002-04-20 11:34 Message: Logged In: YES user_id=347330 I have tried to find a changelog that tells me that this is fixed in any of the versions available without luck. I might of course be looking at the wrong places... :) Is this patch included in any of the packages in the file section, or is it in any of the cvs versions (php-lib or php-lib-stable)? How was it implemented? (A diff would be nice...) ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2001-08-27 18:31 Message: Logged In: YES user_id=279311 Done, but not using the method advised :) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=450758&group_id=31885 |