@cubejs-client/core 1.3.20 → 1.3.22
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/cubejs-client-core.cjs.js +1 -1
- package/dist/cubejs-client-core.cjs.js.map +1 -1
- package/dist/cubejs-client-core.umd.js +1 -1
- package/dist/cubejs-client-core.umd.js.map +1 -1
- package/dist/src/SqlQuery.d.ts +6 -3
- package/dist/src/SqlQuery.d.ts.map +1 -1
- package/dist/src/SqlQuery.js +1 -1
- package/dist/test/SqlQuery.test.d.ts +7 -0
- package/dist/test/SqlQuery.test.d.ts.map +1 -0
- package/dist/test/SqlQuery.test.js +44 -0
- package/package.json +3 -3
|
@@ -1853,7 +1853,7 @@ var SqlQuery = /*#__PURE__*/function () {
|
|
|
1853
1853
|
return _createClass__default['default'](SqlQuery, [{
|
|
1854
1854
|
key: "rawQuery",
|
|
1855
1855
|
value: function rawQuery() {
|
|
1856
|
-
return this.sqlQuery;
|
|
1856
|
+
return this.sqlQuery.sql;
|
|
1857
1857
|
}
|
|
1858
1858
|
}, {
|
|
1859
1859
|
key: "sql",
|