@gingkoo/pandora-metabase 1.0.109 → 1.0.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -463,7 +463,7 @@ var useStore = function useStore() {
463
463
  }).filter(function (v) {
464
464
  return v;
465
465
  });
466
- if (_isSubquery) {
466
+ if (_isSubquery && oldColumns.length < 1) {
467
467
  selectId = [];
468
468
  isSelect = false;
469
469
  }
@@ -457,7 +457,7 @@ var useStore = function useStore() {
457
457
  }).filter(function (v) {
458
458
  return v;
459
459
  });
460
- if (_isSubquery) {
460
+ if (_isSubquery && oldColumns.length < 1) {
461
461
  selectId = [];
462
462
  isSelect = false;
463
463
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",