pqb 0.48.3 → 0.48.4

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.
package/dist/index.js CHANGED
@@ -4337,7 +4337,7 @@ function queryFrom(self, arg) {
4337
4337
  data.batchParsers = q.q.batchParsers;
4338
4338
  }
4339
4339
  data.from = arg;
4340
- data.selectAllColumns = data.selectAllKeys = void 0;
4340
+ data.selectAllColumns = data.selectAllKeys = data.scopes = void 0;
4341
4341
  return self;
4342
4342
  }
4343
4343
  function queryFromSql(self, args) {