| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.7 source code.tar.gz | 2021-11-08 | 31.4 kB | |
| 5.7 source code.zip | 2021-11-08 | 59.8 kB | |
| README.md | 2021-11-08 | 734 Bytes | |
| Totals: 3 Items | 91.9 kB | 0 | |
- 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.