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
changed the title [-]obtaining null values for database parameter placeholders[/-][+][short-term plan]: obtaining null values for database parameter placeholders[/+]on May 6, 2025
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Activity
[-]obtaining null values for database parameter placeholders[/-][+][short-term plan]: obtaining null values for database parameter placeholders[/+]CorvusYe commentedon May 6, 2025
计划新特性
支持节点的属性对象字段可以与实体对象直接映射
在一些单次查询的场景中,可能需要将节点的属性跟其他指标数据混合在一个实体中,如:
在
2.0.0
之前的版本上述场景,需要将属性一个个拆解出来做个字段别名,但当字段数较多时,显得很不方便,以下是期望的效果,可以通过下述语句,实现与PersonDTO
的关系映射。