Breaking: #71458 - FullQuoteArray can't handle boolean values for $noQuote
See forge#71458
Description
The API for full
allows the parameter $no
to be boolean but
converted it automatically to false as $no
is neither a string nor an
array. This behavior has been fixed, passing true
for $no
now disables
quoting of any passed in values.
Impact
Passing in boolean true
results in escaping being disabled for all values.
Affected Installations
All installations making use of INSERTmultiple
, INSERTquery
,
UPDATEquery
or full
and relying on the fact that quoting
remains enabled when true
is passed as value for $no
.
Migration
Pass the correct list of fields to disable quoting for unless none of the fields should be quoted.