Skip to content

5.1

Compare
Choose a tag to compare
@j256 j256 released this 31 Dec 15:22
· 240 commits to master since this release
  • CORE: Added synchronized keyword to BaseDaoImpl.createOrUpdate() and createIfNotExists().
  • CORE: Added integer date support. Thanks to noordawod.
  • CORE: Added support for CloseableIterator.moveAbsolute(...). Thanks to renaudcerrato.
  • CORE: Fixed but with get table name not using TableInfo. Thanks to 0xabadea.
  • CORE: Fixed handling of field capitalization which was screwing up Turkish fields. Thanks to folkyatina.
  • CORE: Fixed handling of joined queries with orders and group by's. Thanks much to p91paul.
  • CORE: Fixed bad bug with committing of inner transactions inappropriately. Thanks much to maroux.
  • CORE: Normalized all of the up/down case usage to the DatabaseType so it can be overridden.
  • JDBC: Fixed problem with UUID native type not using the correct persister. Thanks to Bo98.
  • ANDROID: Added field sorting for more deterministic config file output. Thanks to jibidus.