Remove unneeded configutation
This commit is contained in:
parent
d5a90f384d
commit
d755bbae8f
2 changed files with 5 additions and 12 deletions
|
@ -53,15 +53,10 @@ return [
|
|||
// Database connection charset. Changing this value will likely corrupt special characters.
|
||||
'charset' => 'utf8mb4',
|
||||
|
||||
// emulate_prepares (Boolean) (Experimental)
|
||||
// If enabled, prepared statements will be emulated.
|
||||
// In combination with MySQLi this will cast all return values to strings.
|
||||
'emulate_prepares' => false,
|
||||
|
||||
// pdo_emulate_prepares (Boolean) (Experimental)
|
||||
// pdo_emulate_prepares (Boolean)
|
||||
// If enabled, the builtin emulation for prepared statements is used.
|
||||
// Due to limitations of that emulation (all return values are casted as strings)
|
||||
// this will most likely cause issues and should not be used on production systems.
|
||||
// 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.
|
||||
'pdo_emulate_prepares' => false,
|
||||
|
||||
// disable_pdo (Boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue