Skip to content
New issue

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结果集返回 #2

Open
cotide opened this issue Dec 12, 2018 · 3 comments
Open

继承DTO结果集返回 #2

cotide opened this issue Dec 12, 2018 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@cotide
Copy link
Owner

cotide commented Dec 12, 2018

待处理

对于继承的Dto,部分数据值为NULL

@cotide cotide added bug Something isn't working enhancement New feature or request labels Dec 12, 2018
@cotide cotide self-assigned this Dec 12, 2018
@tianjie523
Copy link

在数据库为oracle的情况下,insert有bug。

@tianjie523
Copy link

哥们儿,你这边有测试过高并发情况下的情况吗?我试了高并发的情况下,statement会被莫名的关闭

@cotide
Copy link
Owner Author

cotide commented Jan 11, 2019

@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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants