Skip to content

Commit

Permalink
Release ts-sql-query 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Dec 8, 2021
1 parent a6e6f4a commit 2888664
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## v1.23.0 (8 Dec 2021)

**Changes**:

- Add support to complex projections, that allows to create inner objects in the result of a query
- Detect invalid query when a table in the from of an update appears in the returning clause in sqlite. Now it verify the restriction 7 of the returning clause in Sqlite
- Add support for Prisma 3
- Add support for the interactive transactions in Prisma

**Documentation changes**:

- Add test strategy information

**Bug fixes**:

- Fix MariaDB/MySql `stringConcat` when an empty separator is used

## v1.22.0 (24 Oct 2021)

**Changes**:
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": "ts-sql-query",
"version": "1.22.0",
"version": "1.23.0",
"description": "Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.",
"license": "MIT",
"author": "juanluispaz",
Expand Down Expand Up @@ -105,4 +105,4 @@
"src/**"
]
}
}
}

0 comments on commit 2888664

Please sign in to comment.