6.2.6 (2024-05-14)
Bug Fixes
- core: fix mapping of
Date
properties frombigint
values (05c802b), closes #5540 - core: quote column name for the returning statement when using
convertToJSValueSQL
(4783945), closes #5563 - core: respect
runtimeType
override with reflect-metadata provider (f1c9740) - query-builder: don't remove joins used by other joins during pagination (#5566) (b05c434), closes #5565
- reflection: allow inference of
Ref<boolean> & Opt
(534f088), closes #5557 - sqlite: fix mapping of joined results with
DateTimeType
properties (4001d2b), closes #5550