2
0
visuddhinanda 2 жил өмнө
parent
commit
b8f033c0d1

+ 5 - 0
rpc/tulip/tulip/pdo.php

@@ -49,4 +49,9 @@ class PdoHelper {
             return $this->_pdo->query($query);
         }
     }
+
+    public function errorInfo()
+    {
+        return $this->_pdo->errorInfo();
+    }
 }