-
### To reproduce
```questdb
CREATE TABLE 'test' (
id VARCHAR,
name VARCHAR,
type VARCHAR,
num int,
disabled BOOLEAN,
created_at TIMESTAMP,
updated_at TIMESTAMP
) timestamp (c…
xdewx updated
3 months ago
-
K5L0SB59GF73ACU-eyJsaWNlbnNlSWQiOiJLNUwwU0I1OUdGNzNBQ1UiLCJsaWNlbnNlZU5hbWUiOiJtZW5vcmFoIHBhcmFwZXQiLCJsaWNlbnNlZVR5cGUiOiJQRVJTT05BTCIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNlbnNlUmVz…
-
## Bug Report
### Which version of ShardingSphere did you use?
```
org.apache.shardingsphere
shardingsphere-jdbc-core
5.4.1
org.apache.shardingsphere
shardingsphere-tr…
-
My email: 863828874@qq.com
Issue version: mybatis 3.5.1
Phenomenon description:
declare an SQL, configure flachcache = true, and then use two sessions to query and submit; query and …
-
### What happened?
Although multiple SQLs can be submitted at one time through `NestedSqlSession`, they are still divided into multiple transactions on the mysql side. Therefore, if there are multipl…
rfyu updated
2 months ago
-
```
Is it expected that JNDI datasources should work using the Multiple Datasources
configuration advice given at
http://mybatis.github.com/guice/core.html
??
We spent a great deal of time reading…
-
```
Is it expected that JNDI datasources should work using the Multiple Datasources
configuration advice given at
http://mybatis.github.com/guice/core.html
??
We spent a great deal of time reading…
-
```
What version of the MyBatis are you using?
mybatis-3.1.1
mybatis-spring-1.1.1
Please describe the problem. Unit tests are best!
At the moment not all MyBatis properties could be set via Spring c…
-
```
What version of the MyBatis are you using?
mybatis-3.1.1
mybatis-spring-1.1.1
Please describe the problem. Unit tests are best!
At the moment not all MyBatis properties could be set via Spring c…
-
在集成mybatis之前. 打开监控sql的开关. 是可以监控到执行的sql的. 但是集成了mybatis-plus后这个功能就失效了. 有没有办法能支持呢