Quellcode durchsuchen

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

Johan Åhlén vor 5 Jahren
Ursprung
Commit
5c72c84816
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      desktop/core/src/desktop/js/catalog/DataCatalogEntry.ts

+ 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) => {
     return new CancellablePromise<void>((resolve, reject, onCancel) => {
       const executePromise = executeSingleStatement({
       const executePromise = executeSingleStatement({
-        database: this.path[0],
         connector: this.getConnector(),
         connector: this.getConnector(),
         namespace: this.namespace,
         namespace: this.namespace,
         compute: this.compute,
         compute: this.compute,