You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support JSON columns in `orderBy` statement by @msmakouz (#184)
- Add `mediumText` column type by @msmakouz (#178)
- Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` by @msmakouz (#185)
- Fixed caching of SQL insert query with Fragment values by @msmakouz (#177)
- Fixed detection of enum values in PostgreSQL when a enum field has only one value by @msmakouz (#181)
- Fix psalm type for `DatabaseInterface::transaction()` method by @roxblnfk (#186)
- Automate changelog and release management @lotyp (#189)