@balena/abstract-sql-compiler 7.20.0 → 7.20.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.
@@ -0,0 +1,14 @@
1
+ name: Flowzone
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, closed]
6
+ branches:
7
+ - "main"
8
+ - "master"
9
+
10
+ jobs:
11
+ flowzone:
12
+ name: Flowzone
13
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14
+ secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Switch from balenaCI to flowzone
3
+ hash: 7183de0901b40e56fa4ee8db8ae8f472faa0da20
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 7.20.1
11
+ title: ""
12
+ date: 2022-10-14T16:07:31.125Z
1
13
  - commits:
2
14
  - subject: Expose `isAliasNode` helper
3
15
  hash: 6f59b2d31e4dee5eef008e755d4ee2cb42dd50ba
@@ -9,7 +21,7 @@
9
21
  nested: []
10
22
  version: 7.20.0
11
23
  title: "'Expose helper'"
12
- date: 2022-05-19T17:37:12.143Z
24
+ date: 2022-05-19T17:25:29.766Z
13
25
  - commits:
14
26
  - subject: Update dependencies
15
27
  hash: 923dd2d492246b99cc62d51a25dd96464e7c1e87
@@ -699,8 +711,7 @@
699
711
  - subject: Add a `castType` property to type functions
700
712
  hash: 409077eb9d6c0315779ddd877220280c251b4eb5
701
713
  body: >
702
- This allows specifying the correct type to cast to when
703
- necessary
714
+ This allows specifying the correct type to cast to when necessary
704
715
 
705
716
  rather than relying on the fact the currently all type functions happen
706
717
 
@@ -1428,8 +1439,7 @@
1428
1439
  - subject: Only add the destination of a link table if it's actually necessary
1429
1440
  hash: 463870590602492accc12ed53753f66862d42cd6
1430
1441
  body: >
1431
- This can significantly speed up queries by avoiding a join when
1432
- the
1442
+ This can significantly speed up queries by avoiding a join when the
1433
1443
 
1434
1444
  result is unused
1435
1445
  footer:
@@ -1585,8 +1595,7 @@
1585
1595
  - subject: Improve aliased from handling in `getReferencedFields`
1586
1596
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
1587
1597
  body: >
1588
- We do this by using basic scope info to prune aliased
1589
- table references
1598
+ We do this by using basic scope info to prune aliased table references
1590
1599
 
1591
1600
  which also allows us to handle aliased select queries in the from
1592
1601
  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
+ ## 7.20.1 - 2022-10-14
8
+
9
+ * Switch from balenaCI to flowzone [Pagan Gazzard]
10
+
7
11
  ## 7.20.0 - 2022-05-19
8
12
 
9
13
  * Expose `isAliasNode` helper [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.0",
3
+ "version": "7.20.1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -63,6 +63,6 @@
63
63
  ]
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-05-19T17:37:12.390Z"
66
+ "publishedAt": "2022-10-14T16:07:31.452Z"
67
67
  }
68
68
  }