liuyueve
liuyueve
@harawata . I think you patch can't solve this problem fundamentally. see this code; public static void main(String[] args) throws IOException { InputStream resource = Resources.getResourceAsStream("mybatis/config.xml"); SqlSessionFactory sqlSessionFactory = new...
Hello @harawata , I have push my test code into github [mybatis-test](https://github.com/liuyueve/mybatis-test) Please run this test with mybatis version in your patch,and I believe you will find problem.
@harawata , yes yes ! This is where problem in.If we change code follow your patch. When I add @Options(flushCache = Options.FlushCachePolicy.TRUE) in select statement ,there is no problem.but when...