Changeset 4189ccf in github


Ignore:
Timestamp:
Dec 3, 2008 9:48:26 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
1ce913b
Parents:
97840cb
Message:
Location:
program/lib/MDB2/Driver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/lib/MDB2/Driver/mssql.php

    rd1403fd r4189ccf  
    350350        @mssql_query('SET ANSI_NULL_DFLT_ON ON', $connection); 
    351351 
     352/* 
    352353        if (!empty($this->dsn['charset'])) { 
    353354            $result = $this->setCharset($this->dsn['charset'], $connection); 
     
    356357            } 
    357358        } 
     359*/ 
    358360 
    359361       if ((bool)ini_get('mssql.datetimeconvert')) { 
  • program/lib/MDB2/Driver/sqlite.php

    rd1403fd r4189ccf  
    413413            } 
    414414 
     415/* 
    415416            if (!empty($this->dsn['charset'])) { 
    416417                $result = $this->setCharset($this->dsn['charset'], $connection); 
     
    419420                } 
    420421            } 
     422*/ 
    421423 
    422424            $this->connection = $connection; 
Note: See TracChangeset for help on using the changeset viewer.