Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
synio-wesley committed Mar 17, 2024
2 parents 1ce70c7 + 8b4a69e commit a19dbfd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ public function list(): array
*/
public function drop(string $catName): bool
{
$this->connection->query(
'DROP CATALOG '.$this->connection->quote($catName)
);

try {
// Enter the catalog.
$this->connection->exec('USE CATALOG '.$catName);
Expand Down

0 comments on commit a19dbfd

Please sign in to comment.