]> git.mxchange.org Git - friendica.git/commitdiff
Changed description
authorMichael <heluecht@pirati.ca>
Sun, 20 Dec 2020 15:31:25 +0000 (15:31 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 20 Dec 2020 15:31:25 +0000 (15:31 +0000)
static/defaults.config.php

index 8997a60d732e4fb382bc9256ed08a0105bfd2785..310d1ea08e77da527e609c0f13992b2ea7f7aa03 100644 (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)