We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf8a7a commit 737a463Copy full SHA for 737a463
src/processor/operator/ddl/drop.cpp
@@ -100,6 +100,7 @@ void Drop::dropTable(const main::ClientContext* context) {
100
catalog->dropTableEntryAndIndex(transaction, dropInfo.name);
101
appendMessage(stringFormat("Table {} has been dropped.", dropInfo.name), memoryManager);
102
}
103
+
104
void Drop::dropMacro(const main::ClientContext* context) {
105
auto catalog = Catalog::Get(*context);
106
auto transaction = transaction::Transaction::Get(*context);
0 commit comments