Think/Db/Driver类 参数绑定方法bindParam改为bindValue

避免多个参数绑定时存在的引用问题
This commit is contained in:
ThinkPHP
2013-04-27 17:55:34 +08:00
parent f3e00893af
commit e4dc3e47d4
2 changed files with 6 additions and 7 deletions

View File

@@ -160,4 +160,4 @@ class Sqlsrv extends Driver{
return $this->execute($sql,$this->parseBind(!empty($options['bind'])?$options['bind']:[]));
}
}
}