Skip to content

5.7

Compare
Choose a tag to compare
@j256 j256 released this 08 Nov 06:22
· 46 commits to master since this release
  • CORE: Fixed possible thread issue around field-name lookups. Thanks to dlew.
  • CORE: Fixed a number of flaky tests based on field order. Thanks CharlesZKQ, NanaOkada, hwang-pku, and chimo173.
  • CORE: Upgraded SimpleLogging code to fix annoying startup messages. Thanks to JayDi85.
  • CORE: Removed broken getCreateTableStatements(DatabaseType, ...). ConnectionSource needed. Thanks to blacatena.
  • CORE: Added WrappedConnectionSource and other support classes for tracing unclosed connections and statements.
  • CORE: Added better support for JDK8+ streams with lazy foreign collections. Thanks to zhemaituk.
  • ANDROID: Fixed bug in number rows affected with executeUpdateDelete() in newer API versions. Thanks to WonShaw.