]> git.mxchange.org Git - friendica.git/commitdiff
Currently removed, needs more testing
authorMichael <heluecht@pirati.ca>
Thu, 21 Jun 2018 20:42:58 +0000 (20:42 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 21 Jun 2018 20:42:58 +0000 (20:42 +0000)
include/dba.php

index 847d1f0b5f6e192b49a0349ac17fc82465c38ce1..6e399e5de4b48e74c58bc93a9f039efaec78abf7 100644 (file)
@@ -76,8 +76,9 @@ class dba {
                        }
                        try {
                                self::$db = @new PDO($connect, $user, $pass);
-                               self::$db->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
-                               self::$db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
+                               // Needs more testing
+                               //self::$db->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
+                               //self::$db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
                                self::$connected = true;
                        } catch (PDOException $e) {
                        }