ngbatis icon indicating copy to clipboard operation
ngbatis copied to clipboard

When using `@Transient` for entity classes, please do not use v1.2.2 for now

Open CorvusYe opened this issue 9 months ago • 0 comments

当实体中的属性用了 @Transient 注解,请暂缓使用 v1.2.2

今天2024-05-13新发现的一个 bug,在 v1.2.2 的版本中如果参数实体使用了 @Transient 并且使用的是数据库占位符,会出现参数丢失的情况,请注意。


When using @Transient for entity classes, please do not use v1.2.2 for now

A newly discovered bug today is that in version v1.2.2, if the parameter entity uses @Transient And using database placeholders may result in parameter loss, please be aware.

CorvusYe avatar May 13 '24 14:05 CorvusYe