@cubejs-client/core 1.3.21 → 1.3.23

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.
@@ -1781,7 +1781,7 @@
1781
1781
  return _createClass__default['default'](SqlQuery, [{
1782
1782
  key: "rawQuery",
1783
1783
  value: function rawQuery() {
1784
- return this.sqlQuery;
1784
+ return this.sqlQuery.sql;
1785
1785
  }
1786
1786
  }, {
1787
1787
  key: "sql",