Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheuermann committed Oct 28, 2021
1 parent a9c80ec commit d4835ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.2.1

* Handle empty IN clause with quoteIdentifiers=true. [PR](https://github.com/C2FO/patio/pull/196)

# 4.2.0

* Use a `1 = 0` instead of `"col" != "col"` when an empty array is provided as an in clause. [PR](https://github.com/C2FO/patio/pull/195)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patio",
"description": "Patio query engine and ORM",
"version": "4.2.0",
"version": "4.2.1",
"keywords": [
"ORM",
"object relation mapper",
Expand Down

0 comments on commit d4835ae

Please sign in to comment.