فهرست منبع

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

Johan Åhlén 4 سال پیش
والد
کامیت
5c72c84816
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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) => {
       const executePromise = executeSingleStatement({
-        database: this.path[0],
         connector: this.getConnector(),
         namespace: this.namespace,
         compute: this.compute,