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 72d2fca commit 2af0c04Copy full SHA for 2af0c04
CHANGELOG.md
@@ -4,6 +4,12 @@ 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.10.2] - 2022-04-15
8
+
9
+### Fixes
10
11
+- Fix performance issue when scanning pgeo point (thanks @ivokanchev)
12
13
## [v4.10.1] - 2022-04-15
14
15
### Fixes
main.go
@@ -15,7 +15,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
16
)
17
18
-const sqlBoilerVersion = "4.10.1"
+const sqlBoilerVersion = "4.10.2"
19
20
var (
21
flagConfigFile string
0 commit comments