6.6.1 (2021-03-22)
Bug Fixes
- query-generator: use
AND
in sql fornot
/between
(#13043) (a663c54) - sqlite: retrieve primary key on upsert (#12991) (023e1d9)
- types: allow
(keyof TAttributes)[]
inUpdateOptions.returning
(#13130) (97ba242) - types: models with attributes couldn't be used in some cases (#13010) (de5f21d)
- types: remove
string
fromOrder
type (#13057) (ac39f8a)