rebase on oct-10-2023
This commit is contained in:
@@ -542,7 +542,7 @@ class Adapter {
|
||||
}
|
||||
|
||||
return $result;
|
||||
} catch ( \Exception $e ) {
|
||||
} catch ( Exception $e ) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -224,7 +224,6 @@ class Table {
|
||||
* @return string The SQL.
|
||||
*/
|
||||
private function columns_to_str() {
|
||||
$str = '';
|
||||
$fields = [];
|
||||
$len = \count( $this->columns );
|
||||
for ( $i = 0; $i < $len; $i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user