We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于继承的Dto,部分数据值为NULL
The text was updated successfully, but these errors were encountered:
在数据库为oracle的情况下,insert有bug。
Sorry, something went wrong.
哥们儿,你这边有测试过高并发情况下的情况吗?我试了高并发的情况下,statement会被莫名的关闭
@tianjie523 目前我只在MYSQL进行中使用,用JMeter压测过,没出现关闭问题,我是配合druid 连接池一起使用的。
建议你使用snapshots 版本,releases版本有些BUG
<repository> <id>oss-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <dependency> <groupId>io.github.cotide</groupId> <artifactId>sql2o-plus</artifactId> <version>1.0.2-SNAPSHOT</version> </dependency>
cotide
No branches or pull requests
待处理
对于继承的Dto,部分数据值为NULL
The text was updated successfully, but these errors were encountered: