File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [ Semantic
5
5
Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 4.19.0] - 2025-05-09
8
+
9
+ ### Added
10
+
11
+ - Add relation getters on base model structs. (thanks @parnic )
12
+ - Added ` --no-relation-getters ` option to prevent generation relation getters on the main structs. (thanks @parnic )
13
+ - Add Query, Exec, and Bind helpers to the global executor. (thanks @parnic )
14
+ - BindGP
15
+ - QueryRowG
16
+ - QueryRowContextG
17
+ - ExecG
18
+ - ExecGP
19
+ - QueryG
20
+ - QueryGP
21
+ - ExecContextG
22
+ - ExecContextP
23
+ - ExecContextGP
24
+ - QueryContextG
25
+ - QueryContextP
26
+ - QueryContextGP
27
+
28
+ ### Fixed
29
+
30
+ - Fix count from subquery on postgresql. (thanks @renom )
31
+ - Cleanup unused imports after code generation. (thanks @eklatzer )
32
+ - Fix InsertWhitelist test in composite primary key table. (thanks @benevolent0505 )
33
+
7
34
## [ 4.18.0] - 2025-01-03
8
35
9
36
### Added
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
17
)
18
18
19
- const sqlBoilerVersion = "4.18 .0"
19
+ const sqlBoilerVersion = "4.19 .0"
20
20
21
21
var (
22
22
flagConfigFile string
You can’t perform that action at this time.
0 commit comments