MyGit

2.2.0

auraphp/Aura.SqlQuery

版本发布时间: 2015-02-13 04:26:17

auraphp/Aura.SqlQuery最新发布版本:3.0.0(2023-04-25 21:31:40)

To avoid mixing numbered and names placeholders, we now convert numbered ? placeholders in where() and having() to :# named placeholders. This is because PDO is really touchy about sequence numbers on ? placeholders. If we have bound values [:foo, :bar, ?, :baz], the ? placeholder is not number 1, it is number 3. As it is nigh impossible to keep track of the numbering when done out-of-order, we now do a braindead check on the where/having condition string to see if it has ? placholders, and replace them with named :# placeholders, where # is the current count of the $bind_values array.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2015-02-13发行的版本