Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[USER=11388]@Chris D[/USER] I've reproduced this:XF\Db\AbstractAdapter::insert doesn't quote with backticks the table name.[php]$res = $this->query( "$keyword $modifier INTO $table (" . implode(', ', $cols) . ') VALUES ' . '(' . implode(', ', $sqlValues) . ')' . ($onDupe ? " ON DUPLICATE KEY UPDATE $onDupe" : ''), $bind);[/php]This applies to insertBulk/delete/update methods as well
[USER=11388]@Chris D[/USER] I've reproduced this:
XF\Db\AbstractAdapter::insert doesn't quote with backticks the table name.
[php]
$res = $this->query(
"$keyword $modifier INTO $table (" . implode(', ', $cols) . ') VALUES '
. '(' . implode(', ', $sqlValues) . ')'
. ($onDupe ? " ON DUPLICATE KEY UPDATE $onDupe" : ''),
$bind
);
[/php]
This applies to insertBulk/delete/update methods as well
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences