@balena/odata-to-abstract-sql
Advanced tools
Comparing version 5.4.0 to 5.4.1-abstract-sql-compiler-7-4-2-f447e3815a99d80b2187703f52d3db27b999a034
@@ -7,2 +7,27 @@ # Change Log | ||
## 5.4.1 - 2020-12-23 | ||
* Code changes from newer abstract-sql-compiler typings [Thodoris Greasidis] | ||
<details> | ||
<summary> Update abstract-sql-compiler to 7.4.2 [Thodoris Greasidis] </summary> | ||
> ### abstract-sql-compiler-7.4.1 - 2020-12-18 | ||
> | ||
> * Fix `containsNode` when that node type is at the top level [Pagan Gazzard] | ||
> | ||
> ### abstract-sql-compiler-7.4.0 - 2020-12-18 | ||
> | ||
> * Add support for table definitions [Pagan Gazzard] | ||
> | ||
> ### abstract-sql-compiler-7.3.0 - 2020-12-18 | ||
> | ||
> * Allow compiling `*QueryNode`s to direct strings without binds [Pagan Gazzard] | ||
> | ||
> ### abstract-sql-compiler-7.2.1 - 2020-12-18 | ||
> | ||
> * Improve typings for compilation results [Pagan Gazzard] | ||
> | ||
</details> | ||
## 5.4.0 - 2020-12-18 | ||
@@ -9,0 +34,0 @@ |
{ | ||
"name": "@balena/odata-to-abstract-sql", | ||
"version": "5.4.0", | ||
"version": "5.4.1-abstract-sql-compiler-7-4-2-f447e3815a99d80b2187703f52d3db27b999a034", | ||
"description": "A consumer of the OData parser, written in OMeta", | ||
@@ -20,3 +20,3 @@ "main": "out/odata-to-abstract-sql.js", | ||
"dependencies": { | ||
"@balena/abstract-sql-compiler": "^7.4.0", | ||
"@balena/abstract-sql-compiler": "7.4.2-relationship-type-fix-91465f7c65bc43ee2eba1c9db7dbce424a1b18d4", | ||
"@balena/odata-parser": "^2.2.1", | ||
@@ -23,0 +23,0 @@ "@types/lodash": "^4.14.165", |
@@ -9,2 +9,3 @@ import * as _ from 'lodash'; | ||
Relationship, | ||
RelationshipInternalNode, | ||
DurationNode, | ||
@@ -1575,3 +1576,6 @@ AbstractSqlType, | ||
nestedRelationships.push(key); | ||
getRelationships(relationships[key] as Relationship, nestedRelationships); | ||
getRelationships( | ||
(relationships as RelationshipInternalNode)[key], | ||
nestedRelationships, | ||
); | ||
} | ||
@@ -1578,0 +1582,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
395175
2958
2
+ Added@balena/abstract-sql-compiler@7.4.2-relationship-type-fix-91465f7c65bc43ee2eba1c9db7dbce424a1b18d4(transitive)
+ Added@types/node@10.17.60(transitive)
- Removed@balena/abstract-sql-compiler@7.26.0(transitive)
Updated@balena/abstract-sql-compiler@7.4.2-relationship-type-fix-91465f7c65bc43ee2eba1c9db7dbce424a1b18d4