Changeset 4189ccf in github
- Timestamp:
- Dec 3, 2008 9:48:26 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1ce913b
- Parents:
- 97840cb
- Location:
- program/lib/MDB2/Driver
- Files:
-
- 2 edited
-
mssql.php (modified) (2 diffs)
-
sqlite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/MDB2/Driver/mssql.php
rd1403fd r4189ccf 350 350 @mssql_query('SET ANSI_NULL_DFLT_ON ON', $connection); 351 351 352 /* 352 353 if (!empty($this->dsn['charset'])) { 353 354 $result = $this->setCharset($this->dsn['charset'], $connection); … … 356 357 } 357 358 } 359 */ 358 360 359 361 if ((bool)ini_get('mssql.datetimeconvert')) { -
program/lib/MDB2/Driver/sqlite.php
rd1403fd r4189ccf 413 413 } 414 414 415 /* 415 416 if (!empty($this->dsn['charset'])) { 416 417 $result = $this->setCharset($this->dsn['charset'], $connection); … … 419 420 } 420 421 } 422 */ 421 423 422 424 $this->connection = $connection;
Note: See TracChangeset
for help on using the changeset viewer.
