Skip to content

Commit

Permalink
Release ts-sql-query 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Mar 20, 2024
1 parent f891c12 commit 79e76e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v1.63.0 (20 Mar 2024)

**Bug fixes**:

- Fix insert multiple no-inserting records when `setForAllIfHasNoValue` is called and the records to insert contain a single record

## v1.62.0 (10 Mar 2024)

**Changes**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sql-query",
"version": "1.62.0",
"version": "1.63.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

0 comments on commit 79e76e9

Please sign in to comment.