Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #17592: Call to a member function getColumn() on string w…
…hen updating using MSSQL
  • Loading branch information
c-schmitz committed Sep 22, 2021
1 parent 8832267 commit c59f868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/db/schema/mssql/CMssqlCommandBuilder.php
Expand Up @@ -60,6 +60,7 @@ public function createFindCommand($table,$criteria,$alias='t')
*/
public function createUpdateCommand($table,$data,$criteria)
{
$this->ensureTable($table);
$criteria=$this->checkCriteria($table,$criteria);
$fields=array();
$values=array();
Expand Down

0 comments on commit c59f868

Please sign in to comment.