Skip to content

Add `if exists` guard to DROP DATABASE command

Ammarpad requested to merge github/fork/Ammarpad/Ammarpad-patch-1 into master

The command can sometimes be executed when the database is not yet created, currently this spits out errors because non-existing database cannot be deleted.

Merge request reports