@@ -22,7 +22,7 @@ |
||
22 | 22 | parse_str($temp[1], $connection['opts']); |
23 | 23 | $connection['name'] = $temp[0]; |
24 | 24 | if (!is_file($connection['name']) && is_file('/'.$connection['name'])) { |
25 | - $connection['name'] = '/'.$connection['name']; |
|
25 | + $connection['name'] = '/'.$connection['name']; |
|
26 | 26 | } |
27 | 27 | $this->connection = $connection; |
28 | 28 | } |
@@ -90,7 +90,7 @@ |
||
90 | 90 | |
91 | 91 | public function begin() : bool |
92 | 92 | { |
93 | - return $this->transaction = true; |
|
93 | + return $this->transaction = true; |
|
94 | 94 | } |
95 | 95 | public function commit() : bool |
96 | 96 | { |
@@ -118,7 +118,7 @@ |
||
118 | 118 | } |
119 | 119 | return $new; |
120 | 120 | }) |
121 | - as $relation |
|
121 | + as $relation |
|
122 | 122 | ) { |
123 | 123 | $relations[$relation['CONSTRAINT_NAME']]['table'] = $relation['TABLE_NAME']; |
124 | 124 | $relations[$relation['CONSTRAINT_NAME']]['keymap'][$primary[(int)$relation['POSITION']-1]] = $relation['COLUMN_NAME']; |