Welcome Guest, Not a member yet? Register   Sign In
[3.1.2] update_batch not work
#4

(This post was last modified: 11-02-2016, 04:41 AM by pgee.)

the issue can be resolved by reverting line 1918 of DB_query_builder
from:
if ($this->query($this->_update_batch($this->protect_identifiers($table, TRUE, NULL, FALSE), array_slice($this->qb_set, $i, $batch_size), $index)))
to:
if ($this->query($this->_update_batch($this->protect_identifiers($table, TRUE, NULL, FALSE), array_slice($this->qb_set, $i, $batch_size), $this->protect_identifiers($index))))

please push out a fix - my error log file from today was > 2000 lines its caused a few headaches over here...
Reply


Messages In This Thread
[3.1.2] update_batch not work - by rodrigoprazim - 10-31-2016, 08:51 AM
RE: [3.1.2] update_batch not work - by JarredB - 10-31-2016, 06:04 PM
RE: [3.1.2] update_batch not work - by pgee - 11-02-2016, 04:21 AM
RE: [3.1.2] update_batch not work - by pgee - 11-02-2016, 04:23 AM
RE: [3.1.2] update_batch not work - by marcan - 01-07-2017, 09:37 AM
RE: [3.1.2] update_batch not work - by Narf - 12-12-2016, 05:21 AM
RE: [3.1.2] update_batch not work - by Narf - 12-12-2016, 09:57 AM
RE: [3.1.2] update_batch not work - by PaulD - 12-29-2016, 07:05 PM
RE: [3.1.2] update_batch not work - by enlivenapp - 01-02-2017, 09:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB