Procházet zdrojové kódy

[catalog] Don't send the database on drop as it prevents dropping of databases

Johan Åhlén před 4 roky
rodič
revize
5c72c84816

+ 0 - 1
desktop/core/src/desktop/js/catalog/DataCatalogEntry.ts

@@ -526,7 +526,6 @@ export default class DataCatalogEntry {
 
     return new CancellablePromise<void>((resolve, reject, onCancel) => {
       const executePromise = executeSingleStatement({
-        database: this.path[0],
         connector: this.getConnector(),
         namespace: this.namespace,
         compute: this.compute,