We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d5183 commit b656a98Copy full SHA for b656a98
CHANGELOG.md
@@ -13,6 +13,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).
13
- Add alias struct case type (uses the columns alias) (thanks @Darkclainer)
14
- Add ability to type replace on tables (thanks @stephenafamo)
15
16
+### Changed
17
+
18
+- Change the way column cache keys are created and looked up, improving memory
19
+ performance of sqlboiler's caching layer (thanks @zikaeroh)
20
21
### Fixed
22
23
- Fix the psql driver to correctly ignore generated columns (thanks @chochihim)
0 commit comments