mirror of
https://github.com/friendica/friendica
synced 2024-11-09 22:22:53 +00:00
Changed description
This commit is contained in:
parent
d755bbae8f
commit
d09a3c78ac
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue