RC6
This commit is contained in:
@@ -72,7 +72,7 @@ class Sql
|
||||
return [
|
||||
'query' => $query,
|
||||
'bindings' => [
|
||||
$databaseBinding => $this->database->database,
|
||||
$databaseBinding => $this->database->name(),
|
||||
$tableBinding => $table,
|
||||
]
|
||||
];
|
||||
@@ -696,7 +696,7 @@ class Sql
|
||||
return [
|
||||
'query' => 'SELECT TABLE_NAME AS name FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ' . $binding,
|
||||
'bindings' => [
|
||||
$binding => $this->database->database
|
||||
$binding => $this->database->name()
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user