Changeset 9297

Show
Ignore:
Timestamp:
08/19/08 19:11:15 (4 months ago)
Author:
afz
Message:

update MDB2::mssql driver, so ##1136 fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/libraries/pear/MDB2/Driver/mssql.php

    r9167 r9297  
    4444// +----------------------------------------------------------------------+ 
    4545// 
    46 // $Id: mssql.php,v 1.177 2008/07/14 15:58:01 quipo Exp $ 
     46// $Id: mssql.php,v 1.178 2008/08/19 19:09:01 afz Exp $ 
    4747// 
    4848// {{{ Class MDB2_Driver_mssql 
     
    348348        @mssql_query('SET ANSI_NULL_DFLT_ON ON', $connection); 
    349349 
     350        /* 
    350351        if (!empty($this->dsn['charset'])) { 
    351352            $result = $this->setCharset($this->dsn['charset'], $connection); 
     
    354355            } 
    355356        } 
     357        */ 
    356358 
    357359       if ((bool)ini_get('mssql.datetimeconvert')) {