Releases: alfasoftware/morf
Releases · alfasoftware/morf
2.7.0
- Remove NuoDB
- Update Guava from 29.0 to 31.0.1
- Improve terminology for describing schema when upgrading
2.6.0
- Fix to view changes correct case
- Deprecate Oracle and Postgres custom hints
2.3.1
Adds missing upgrade statements (Retrofit of 5e99c4f)
2.5.1
Add missing upgrade statements
2.5.0
- Feature/add ctas helpers and postgres support
- Implement CASCADE support when dropping tables
2.4.0
Add CLOB datatype support to Excel output
2.3.0
Introduce UpgradeScriptAdditionsProvider, allowing an externally provided collection of upgrade script additions or a default one.
2.2.2
- Update SqlScriptExecutor to set legacy fetch size values if created without ConnectionResources, meaning the fetch size cannot be configured with ConnectionResources
- Moving default methods from AbstractConnectionResources to ConnectionResources to support full backwards compatibility
2.2.1
- Fix issue with replication in a hosting scenario
- Add default behaviour to the AbstractConnectionResources
2.2.0
Adding support to configure fetchSizeForBulkSelects and fetchSizeForBulkSelectsAllowingConnectionUseDuringStreaming via ConnectionResources