spice-js 2.6.80 → 2.6.81
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.
|
@@ -1857,8 +1857,7 @@ class SpiceModel {
|
|
|
1857
1857
|
} // Must be a string to parse
|
|
1858
1858
|
|
|
1859
1859
|
|
|
1860
|
-
if (typeof columns !== "string") return null;
|
|
1861
|
-
console.log("columns", columns); // Extract field names from column specifications
|
|
1860
|
+
if (typeof columns !== "string") return null; // Extract field names from column specifications
|
|
1862
1861
|
// Handles: "field", "`field`", "table.field", "`table`.`field`", "expr AS alias"
|
|
1863
1862
|
|
|
1864
1863
|
var fields = new Set();
|