@@ -73,11 +73,11 @@ |
||
73 | 73 | { |
74 | 74 | parent::initConnection(); |
75 | 75 | |
76 | - if($this->defaultSchema){ |
|
76 | + if ($this->defaultSchema) { |
|
77 | 77 | $this->pdo->exec('SET CURRENT SCHEMA ' . $this->pdo->quote($this->defaultSchema)); |
78 | 78 | } |
79 | 79 | |
80 | - if($this->isISeries === null){ |
|
80 | + if ($this->isISeries === null) { |
|
81 | 81 | try { |
82 | 82 | $stmt = $this->pdo->query('SELECT * FROM QSYS2.SYSTABLES FETCH FIRST 1 ROW ONLY'); |
83 | 83 | $this->isIseries = boolval($stmt); |