Changed description

This commit is contained in:
Michael 2020-12-20 15:31:25 +00:00
parent d755bbae8f
commit d09a3c78ac
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ return [
// pdo_emulate_prepares (Boolean)
// If enabled, the builtin emulation for prepared statements is used.
// When enabled, a workaround is used to ensure that the returned field types are correct,
// since by standard all returned values are casted as strings.
// This can be used as a workaround for the database error "Prepared statement needs to be re-prepared".
'pdo_emulate_prepares' => false,
// disable_pdo (Boolean)