Releases: j256/ormlite-core
Releases · j256/ormlite-core
4.48
- CORE: Added support for tracking direct database connection activity with DatabaseConnectionProxy.
- CORE: Fixed problem when inserting no columns to Sqlite (Android), other DBs. Thanks to Michael Weimann. Bug #155.
- CORE: Added support for canceling of long running prepared queries. Thanks to Nathan Jones.
- CORE: More aggressively remove of some ThreadLocal data. Thanks to Pavel Arnošt.
- CORE: Fixed problem with queries similar to and().not().like(...). Thanks to ????. Bug #159.
- CORE: Added better use of object cache when hydrating foreign fields. Thanks to Anthony Whitlock. Feature #38.
- ANDROID: Added initial API compatibility code for handling multiple API versions. Needed to support canceling.