MyBatis v3.5.2 Release Notes

Release Date: 2019-07-15 // almost 5 years ago
  • โœจ Enhancements:

    • ๐Ÿ— SQL builder now supports LIMIT, OFFSET #1521 and FETCH FIRST #1582.
    • ๐Ÿ— SQL builder now supports multi-row insert syntax #1333.
    • 0๏ธโƒฃ A new property defaultNetworkTimeout has been added to the built-in data sources i.e. PooledDataSource and UnpooledDataSource #1527.
    • SQL provider annotations now takes value attribute which is an alias for type #1522.
    • You can now pass Java array to ArrayTypeHandler#setNonNullParameter()#1548.
    • You can reference single simple type unnamed parameter with any name in OGNL expressions #1487.
    • ๐Ÿ”ง A new configuration option defaultResultSetType is added #1056.

    ๐Ÿ› Bugs:

    • ๐Ÿ— SQL provider method with a primitive parameter causes BuilderException #1604.
    • ๐Ÿ›  Fixes a possible NullPointerException #1590.

    There is no known backward incompatible change since 3.5.1.

    ๐Ÿ‘€ Please see the 3.5.2 milestone page for the complete list of changes.