Releases: volatiletech/sqlboiler
Releases · volatiletech/sqlboiler
v4.14.1
- Fix composite key handling in sqlite3 driver (thanks @vortura).
- Use correct executor for relationship test when no-context is true.
See CHANGELOG.md for details.
v4.14.0
See CHANGELOG.md for details.
- Allow calling struct.Exists() without having to pass on PK fields (thanks @MJacred)
- Stop using deprecated methods from io/ioutil (thanks @stefafafan)
- Fixed correct hooks when loading relationships to-one (thanks @parnic)
v4.13.0
See CHANGELOG.md for details.
- Generate IN/NIN whereHelpers for nullable types (thanks @fdegiuli)
- Fixed concurrent map writes in psql driver (thanks @pavel-krush)
- Force title case for enum null prefix (thanks @optiman)
v4.12.0
See CHANGELOG.md for details.
- Fetch column and table info in parallel (thanks @pavel-krush)
- Generate IN/NIN methods for enum type query helpers (thanks @optiman)
- Improve
psql
performance by isolating uniqueness query (thanks @peterldowns) - Support for
psql
materialized view (thanks @severedsea) - Support loading model relationships when binding to a struct with an embedded model (thanks @optiman)
v4.11.0
See CHANGELOG.md for details.
v4.10.2
See CHANGELOG.md for details.
v4.10.1
See CHANGELOG.md for details.
v4.10.0
See CHANGELOG.md for details.
- Add config options to allow user defined rules for inflections
v4.9.2
See CHANGELOG.md for details.
v4.9.1
See CHANGELOG.md for details.