Show
Ignore:
Timestamp:
08/26/08 21:53:12 (19 months ago)
Author:
jwage
Message:

fixes #1295

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Connection.php

    r4720 r4827  
    634634        $sql  = 'UPDATE ' . $this->quoteIdentifier($table->getTableName()) 
    635635              . ' SET ' . implode(', ', $set) 
    636               . ' WHERE ' . implode(' = ? AND ', $table->getIdentifierColumnNames()) 
     636              . ' WHERE ' . implode(' = ? AND ', $this->quoteMultipleIdentifier($table->getIdentifierColumnNames())) 
    637637              . ' = ?'; 
    638638