spice-js 2.6.38 → 2.6.39

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.
@@ -1016,7 +1016,7 @@ class SpiceModel {
1016
1016
 
1017
1017
  _.each(nestings, nesting => {
1018
1018
  if (nesting.type == _2.DataType.ARRAY || nesting.type == Array || nesting.type == "array") {
1019
- joinSection += "NEST `" + (0, _fix.fixCollection)(nesting.reference) + "` AS `" + nesting.alias + "` ON KEYS `" + that.type + "`.`" + nesting.alias + "` ";
1019
+ joinSection += "LEFT NEST `" + (0, _fix.fixCollection)(nesting.reference) + "` AS `" + nesting.alias + "` ON KEYS `" + that.type + "`.`" + nesting.alias + "` ";
1020
1020
  } else {
1021
1021
  joinSection += "LEFT JOIN `" + (0, _fix.fixCollection)(nesting.reference) + "` AS `" + nesting.alias + "` ON KEYS `" + that.type + "`.`" + nesting.alias + "` ";
1022
1022
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spice-js",
3
- "version": "2.6.38",
3
+ "version": "2.6.39",
4
4
  "description": "spice",
5
5
  "main": "build/index.js",
6
6
  "repository": {