Iwao AVE!
Iwao AVE!
Hello @mcgitty , We need more explanation. Please post some example code that shows us the benefit of this change.
Did you guys verify the result of `mvn clean site`? I don't see a directory for `zh_TW` in `target/site`.
IMHO, a custom ResultHandler or ResultSetHandler is a better fit for such a complex immutable object. It would be more memory efficient as the developer knows when the collection is...
@Cavva79 , Are you sure your column type is LONG? I couldn't reproduce the reported ORA-01461 on insertion. Here's what I tried and the data is correctly inserted. (Oracle 11g...
> I'm gonna try to reproduce with more details. That would be great! I would like to reproduce this before making the change.
@Cavva79 , In your first [example](https://github.com/mybatis/mybatis-3/issues/1143#issuecomment-374504551), you didn't specify `jdbcType` nor `typeHandler`. Assuming that `geo` is a String, MyBatis used `StringTypeHandler`, I think. Have you tried specifying `jdbcType` and/or `typeHandler`...
Hi @zeodtr , Could you create a [test case](https://github.com/mybatis/mybatis-3/wiki/Unit-Test) or [example project](https://github.com/harawata/mybatis-issues) that reproduces the MERGE INTO issue? I plan to test CLOB support of various DBs/drivers and would like...
Thanks for the reply, @zeodtr , How about a plain JDBC code + DDL/DML, then? Even some online resources explaining how to reproduce the issue might be helpful.
I guess we need to push this one to the next milestone. There are developers who suggest the exact opposite (e.g. https://stackoverflow.com/a/14295568), so I would like to understand the cause...
Hello @OverDrone , Regarding 1, setting final fields is a proper 'feature' of MyBatis. I understand your point, but I know some users find it useful and we cannot just...