Distinct aggregates via distinct() #119
Column-to-column filters (incl. contains, startsWith, endsWith) #150
Relation count filters: x.lines.count() with optional predicate #151
Unclaimed project
Are you a maintainer of orange-orm? Claim this project to take control of your public changelog and roadmap.
Distinct aggregates via distinct() #119
Column-to-column filters (incl. contains, startsWith, endsWith) #150
Relation count filters: x.lines.count() with optional predicate #151
Support for Hono https://github.com/alfateam/orange-orm/issues/149 Removed dependency glob Removed dependency module-definition Removed dependency findup-sync
Breaking: getAll was removed. Use getMany instead (now with the same signature as the removed getAll).
Breaking: getOne no longer accepts a filter as the first argument. Move the filter to the strategy where clause (same pattern as getMany).
ExpressJS: Before/after hooks to facilitate row-level security #135
SQLite: Support...
Bugfix: getManyDto/getMany with parallel hasOne + discriminator could return null columns. #147
Fix: Avoid double-quoting aliases in discriminator join SQL #144