Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/release/release-373.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@

* Prevent writing incorrect results when arrays contain `null` values. ({issue}`11351`)

## PostgreSQL connector

* Improve performance of queries involving `LIKE` by pushing predicate
computation to the underlying database. ({issue}`11045`)

## SQL Server connector

* Fix incorrect results when querying SQL Server `tinyint` columns by mapping
Expand Down