We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0c873 commit 5cef347Copy full SHA for 5cef347
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.3.2] - 2025-03-03
8
+### Fixed
9
+* (or)WhereNotLike query build did not use the negation in the query
10
+* The (or)Where(Not)Like query builder methods did not cast the column to text like in Laravel (`col::text`)
11
+
12
## [2.3.1] - 2025-03-02
13
### Fixed
14
* Artisan `migrate:fresh` support for materialized views
0 commit comments