|
|
Choosing A Webhost: |
mantisbt/core database_api.php,1.35,1.36: msg#00027bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4978 Modified Files: database_api.php Log Message: Fix: 0004779: MySQL 5 support using mysqli extension Index: database_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/database_api.php,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- database_api.php 6 Nov 2004 18:44:39 -0000 1.35 +++ database_api.php 20 Nov 2004 14:06:02 -0000 1.36 @@ -247,6 +247,9 @@ case 'mysql': return mysql_escape_string( $p_string ); + case 'mysqli': + return mysqli_escape_string( $p_string ); + case 'postgres': case 'postgres64': case 'postgres7': @@ -320,6 +323,7 @@ return "(DATEDIFF(day, $p_date2, $p_date1) ". $p_limitstring . ")"; case 'mysql': + case 'mysqli': return "(TO_DAYS($p_date1) - TO_DAYS($p_date2) ". $p_limitstring . ")"; case 'postgres': ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core filter_api.php,1.63,1.64, Victor Boctor |
|---|---|
| Next by Date: | mantisbt bug_change_status_page.php,1.10,1.11 bug_update.php,1.77,1.78, Victor Boctor |
| Previous by Thread: | mantisbt/core filter_api.php,1.63,1.64, Victor Boctor |
| Next by Thread: | mantisbt bug_change_status_page.php,1.10,1.11 bug_update.php,1.77,1.78, Victor Boctor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |