-
```
What version of the MyBatis are you using?
trunk :)
Please describe the problem. Unit tests are best!
Adds ability to provide implementation of some/all mapper methods. It's not
ment as a repla…
-
When a declarative class attribute is assigned a `Column` with a `name` that differs from the class attribute name, but with its `key` left unspecified, I expect to find that `Column` in `MyClass.__ta…
-
select t.num,t.city,t.wgs84_lng,t.wgs84_lat,
TRUNCATE(st_distance_sphere(point (113.8064049, 22.7300434),point(t.wgs84_lng,t.wgs84_lat)),2) as distance
from moran_point t
where t.city = '深圳'
…
-
用mapper插件的select方法。
解析出的sql为:SELECT value,id,key,create_time,modify_time FROM TABLE_A;
其中 key是mysql的关键字,导致直接查询不了,怎么加上 类似` `这些符号区分呀
-
```
It seemed that the latest version of Dapper have a bug about mapper cache?
ChildrenCount is from following sql:
sql = "select d.ID, d.Version, d.DName, d.Position, count(distinct child.ID)
Child…
-
```
It seemed that the latest version of Dapper have a bug about mapper cache?
ChildrenCount is from following sql:
sql = "select d.ID, d.Version, d.DName, d.Position, count(distinct child.ID)
Child…
-
```
It seemed that the latest version of Dapper have a bug about mapper cache?
ChildrenCount is from following sql:
sql = "select d.ID, d.Version, d.DName, d.Position, count(distinct child.ID)
Child…
-
```
It seemed that the latest version of Dapper have a bug about mapper cache?
ChildrenCount is from following sql:
sql = "select d.ID, d.Version, d.DName, d.Position, count(distinct child.ID)
Child…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/bao…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
Can't…