@balena/odata-to-abstract-sql 5.5.0 → 5.5.1
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/.github/workflows/flowzone.yml +14 -0
- package/.versionbot/CHANGELOG.yml +24 -23
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Switch from balenaCI to flowzone
|
|
3
|
+
hash: 0bf98cd9124614fa5d5121212b9d7d6abf079ed5
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
nested: []
|
|
10
|
+
version: 5.5.1
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2022-10-14T16:08:08.491Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby
|
|
3
15
|
hash: 4a41b94551c9d3ee23e95e34bda0a4415dc2bdad
|
|
@@ -40,7 +52,7 @@
|
|
|
40
52
|
date: 2022-06-06T15:59:20.389Z
|
|
41
53
|
version: 5.5.0
|
|
42
54
|
title: "'Add support for with nested in & '"
|
|
43
|
-
date: 2022-09-
|
|
55
|
+
date: 2022-09-15T08:27:08.616Z
|
|
44
56
|
- commits:
|
|
45
57
|
- subject: Stop using _.compact
|
|
46
58
|
hash: 343e971b997b57e9c9f3bf2f30e68ce00d8e1dc5
|
|
@@ -226,8 +238,7 @@
|
|
|
226
238
|
- subject: Add reference property type
|
|
227
239
|
hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
|
|
228
240
|
body: >
|
|
229
|
-
Property type describes if the reference is 'strict' or
|
|
230
|
-
'informative'.
|
|
241
|
+
Property type describes if the reference is 'strict' or 'informative'.
|
|
231
242
|
|
|
232
243
|
|
|
233
244
|
Behaviour change only if type is informative otherwise default 'strict'.
|
|
@@ -252,8 +263,7 @@
|
|
|
252
263
|
- subject: Avoid the operation type optimization for HAVING clauses
|
|
253
264
|
hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
|
|
254
265
|
body: >
|
|
255
|
-
Since it's possible for them to behave in a way that violates
|
|
256
|
-
the
|
|
266
|
+
Since it's possible for them to behave in a way that violates the
|
|
257
267
|
|
|
258
268
|
safety checks we'll disable them until we can add specific checks
|
|
259
269
|
|
|
@@ -494,8 +504,7 @@
|
|
|
494
504
|
- subject: Remove now unnecessary hack for casting SERIAL types
|
|
495
505
|
hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
|
|
496
506
|
body: >
|
|
497
|
-
This became unnecessary when @balena/sbvr-types added the
|
|
498
|
-
concept of
|
|
507
|
+
This became unnecessary when @balena/sbvr-types added the concept of
|
|
499
508
|
|
|
500
509
|
cast types since that now specifies how to cast a SERIAL type
|
|
501
510
|
footer:
|
|
@@ -659,8 +668,7 @@
|
|
|
659
668
|
- subject: Add a `getRuleReferencedFields` which is tailored for rules
|
|
660
669
|
hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
|
|
661
670
|
body: >
|
|
662
|
-
This works on the assumption that it is a rule query that should
|
|
663
|
-
always
|
|
671
|
+
This works on the assumption that it is a rule query that should always
|
|
664
672
|
|
|
665
673
|
return true and allows ignoring more modification cases where they
|
|
666
674
|
|
|
@@ -829,8 +837,7 @@
|
|
|
829
837
|
- subject: Add support for table definitions
|
|
830
838
|
hash: 2939656834c374e35af8867d6337b119b58cd198
|
|
831
839
|
body: >
|
|
832
|
-
Static definitions will be converted to views and dynamic
|
|
833
|
-
definitions
|
|
840
|
+
Static definitions will be converted to views and dynamic definitions
|
|
834
841
|
|
|
835
842
|
will be ignored
|
|
836
843
|
footer:
|
|
@@ -956,8 +963,7 @@
|
|
|
956
963
|
- subject: Add a `castType` property to type functions
|
|
957
964
|
hash: 409077eb9d6c0315779ddd877220280c251b4eb5
|
|
958
965
|
body: >
|
|
959
|
-
This allows specifying the correct type to cast to when
|
|
960
|
-
necessary
|
|
966
|
+
This allows specifying the correct type to cast to when necessary
|
|
961
967
|
|
|
962
968
|
rather than relying on the fact the currently all type functions happen
|
|
963
969
|
|
|
@@ -1790,8 +1796,7 @@
|
|
|
1790
1796
|
- subject: Only add the destination of a link table if it's actually necessary
|
|
1791
1797
|
hash: 463870590602492accc12ed53753f66862d42cd6
|
|
1792
1798
|
body: >
|
|
1793
|
-
This can significantly speed up queries by avoiding a
|
|
1794
|
-
join when the
|
|
1799
|
+
This can significantly speed up queries by avoiding a join when the
|
|
1795
1800
|
|
|
1796
1801
|
result is unused
|
|
1797
1802
|
footer:
|
|
@@ -1947,8 +1952,7 @@
|
|
|
1947
1952
|
- subject: Improve aliased from handling in `getReferencedFields`
|
|
1948
1953
|
hash: dcfff55b813d38434208a9e07c818d1d32f521ef
|
|
1949
1954
|
body: >
|
|
1950
|
-
We do this by using basic scope info to prune
|
|
1951
|
-
aliased table references
|
|
1955
|
+
We do this by using basic scope info to prune aliased table references
|
|
1952
1956
|
|
|
1953
1957
|
which also allows us to handle aliased select queries in the from
|
|
1954
1958
|
footer:
|
|
@@ -2825,8 +2829,7 @@
|
|
|
2825
2829
|
- subject: Only add the destination of a link table if it's actually necessary
|
|
2826
2830
|
hash: 463870590602492accc12ed53753f66862d42cd6
|
|
2827
2831
|
body: >
|
|
2828
|
-
This can significantly speed up queries by avoiding a join when
|
|
2829
|
-
the
|
|
2832
|
+
This can significantly speed up queries by avoiding a join when the
|
|
2830
2833
|
|
|
2831
2834
|
result is unused
|
|
2832
2835
|
footer:
|
|
@@ -3310,8 +3313,7 @@
|
|
|
3310
3313
|
- subject: Only create functions if they don't already exist
|
|
3311
3314
|
hash: 6d828438a0d54ab7a611d4620ade9bac8ec3fc3e
|
|
3312
3315
|
body: >
|
|
3313
|
-
This matches how we handle table/trigger creation and avoids
|
|
3314
|
-
issues
|
|
3316
|
+
This matches how we handle table/trigger creation and avoids issues
|
|
3315
3317
|
|
|
3316
3318
|
with running create schema statements concurrently
|
|
3317
3319
|
footer:
|
|
@@ -3616,8 +3618,7 @@
|
|
|
3616
3618
|
- subject: Improve aliased from handling in `getReferencedFields`
|
|
3617
3619
|
hash: dcfff55b813d38434208a9e07c818d1d32f521ef
|
|
3618
3620
|
body: >
|
|
3619
|
-
We do this by using basic scope info to prune aliased table
|
|
3620
|
-
references
|
|
3621
|
+
We do this by using basic scope info to prune aliased table references
|
|
3621
3622
|
|
|
3622
3623
|
which also allows us to handle aliased select queries in the from
|
|
3623
3624
|
footer:
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 5.5.1 - 2022-10-14
|
|
8
|
+
|
|
9
|
+
* Switch from balenaCI to flowzone [Pagan Gazzard]
|
|
10
|
+
|
|
7
11
|
## 5.5.0 - 2022-09-15
|
|
8
12
|
|
|
9
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/odata-to-abstract-sql",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "A consumer of the OData parser, written in OMeta",
|
|
5
5
|
"main": "out/odata-to-abstract-sql.js",
|
|
6
6
|
"scripts": {
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"_": "test/*.js"
|
|
55
55
|
},
|
|
56
56
|
"versionist": {
|
|
57
|
-
"publishedAt": "2022-
|
|
57
|
+
"publishedAt": "2022-10-14T16:08:08.922Z"
|
|
58
58
|
}
|
|
59
59
|
}
|