These are the points I noticed during my maintenance that may need improvement. - How do union work? https://github.com/SeaQL/sea-query/issues/879 - How are ORM types converted to query types? https://github.com/SeaQL/sea-query/issues/879 - Mock is difficult to use https://github.com/SeaQL/sea-orm/issues/2309 - Self references https://github.com/SeaQL/sea-orm/issues/2923 - LTree https://github.com/SeaQL/sea-orm/discussions/197
These are the points I noticed during my maintenance that may need improvement.
Union does not put the first query in parenthesis sea-query#879
Union does not put the first query in parenthesis sea-query#879
[Testing] Error:
A null value was encountered while decoding "num_items"when testing pagination and counting sea-orm#2309Optimize has_one to support scenarios where an enum contains multiple fields of the same associated entity type. sea-orm#2923
LTree sea-orm#197