Skip to content

🚀New features and Enhancements release

Compare
Choose a tag to compare
@shout-star shout-star released this 09 Mar 12:21
· 51 commits to master since this release

Source diff: 0.17.0 -> 0.18.0

🎁 New Features

  • #179 Support setting optimizer hints with SqlEntityQuery.
  • #233 Interfaces evaluation expressions and supports OGNL and SpEL.
  • #240 add SqlEntityQuery#select() method.
  • #244 Add savepointScope method to SqlAgent

🌟 Enhancements

  • #234 REPL generate command supports update statement optimistic locking and autoincrement.
  • #236 Added clock to SqlConfig so that it can be used with ParameterMapper and PropertyMapper
  • #246 add ParseCommand.
  • #248 Change behavior of AutoNumber column at Entity Insert

🐛 Bugfixes

  • #238 Fixed not to output NULL to SQL execution time measurement log.
  • #241 fixed multi schema bug.
  • #242 Fixed a bug that occurs when there are many columns
  • #243 fix SqlContextFactory initialize bug.
  • #245 Fixed a bug that bind parameter candidate is invalid in SQL-REPL

⚠️ Breaking Changes!!

  • In #234, the signature of PropertyMapperManager's constructor has been changed.
  • In #248, it became possible to update the primary key value of the entity class to which @id was assigned.
    Be careful not to inadvertently enter a value for id.