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