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 9ec1b55 commit e6989a7Copy full SHA for e6989a7
CHANGELOG.md
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic
5
Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [v4.14.2] - 2023-03-21
8
+
9
+### Fixed
10
11
+- Fix qm.WithDeleted helper with a custom soft delete column (thanks @lopezator)
12
+- Skipping empty values from the update list (thanks @bvigar)
13
14
## [v4.14.1] - 2023-01-31
15
16
### Fixed
main.go
@@ -15,7 +15,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
)
17
18
-const sqlBoilerVersion = "4.14.1"
+const sqlBoilerVersion = "4.14.2"
19
20
var (
21
flagConfigFile string
0 commit comments