Skip to content

Commit

Permalink
v9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 21, 2024
1 parent 24257f1 commit 6d328b9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
30 changes: 24 additions & 6 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
- commits:
- subject: Update TypeScript to 5.4.3
hash: 29299180ecbcb5bcd26b47e52f86538fa9a1f0f8
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 9.0.6
title: ""
date: 2024-03-21T16:34:21.387Z
- commits:
- subject: Update `@balena/sbvr-types`
hash: 1822aa5e81736f18f2a4dd265e5754b589d4fd36
body: >
Updaet @balena/sbvr-types from 6.0.0 to 7.0.1
@balena/sbvr-types changes `fetchProcessing` and not validate. No change in abstract-sql-compiler interfaces. => Patch
@balena/sbvr-types changes `fetchProcessing` and not validate. No change
in abstract-sql-compiler interfaces. => Patch
footer:
Change-type: patch
change-type: patch
Expand Down Expand Up @@ -247,7 +260,8 @@
Ensure that the input passed in for JSON types is either
an object or
an array (typeof returns 'object' for arrays as well). This change is
an array (typeof returns 'object' for arrays as well).
This change is
mainly to prevent primitives from being stored as JSON.
footer:
Expand Down Expand Up @@ -792,7 +806,8 @@
Ensure that the input passed in for JSON types is either an
object or
an array (typeof returns 'object' for arrays as well). This change is
an array (typeof returns 'object' for arrays as well). This
change is
mainly to prevent primitives from being stored as JSON.
footer:
Expand Down Expand Up @@ -1372,7 +1387,8 @@
if operands in expression can be used as numericValues.
In SQL statements arithmetic expressions like add/sub are supported for date values.
In SQL statements arithmetic expressions like add/sub are supported for
date values.
DateArithmetic nodes need input dependent typing.
footer:
Expand Down Expand Up @@ -2438,7 +2454,8 @@
This allows specifying the correct type to cast to when
necessary
rather than relying on the fact the currently all type functions happen
rather than relying on the fact the currently all type functions
happen
to be integers
footer:
Expand Down Expand Up @@ -3324,7 +3341,8 @@
We do this by using basic scope info to prune aliased
table references
which also allows us to handle aliased select queries in the from
which also allows us to handle aliased select queries in
the from
footer:
Change-type: minor
change-type: minor
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 9.0.6 - 2024-03-21

* Update TypeScript to 5.4.3 [Thodoris Greasidis]

## 9.0.5 - 2024-03-05

* Update `@balena/sbvr-types` [Harald Fischer]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/abstract-sql-compiler",
"version": "9.0.5",
"version": "9.0.6",
"description": "A translator for abstract sql into sql.",
"main": "out/AbstractSQLCompiler.js",
"types": "out/AbstractSQLCompiler.d.ts",
Expand Down Expand Up @@ -61,6 +61,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-03-05T19:12:38.056Z"
"publishedAt": "2024-03-21T16:34:21.645Z"
}
}

0 comments on commit 6d328b9

Please sign in to comment.