Skip to content

Releases: alfasoftware/morf

2.7.0

23 Jun 08:12
Compare
Choose a tag to compare
  • Remove NuoDB
  • Update Guava from 29.0 to 31.0.1
  • Improve terminology for describing schema when upgrading

2.6.0

16 Jun 14:03
Compare
Choose a tag to compare
  • Fix to view changes correct case
  • Deprecate Oracle and Postgres custom hints

2.3.1

14 Jun 08:52
Compare
Choose a tag to compare

Adds missing upgrade statements (Retrofit of 5e99c4f)

2.5.1

13 Jun 08:04
Compare
Choose a tag to compare

Add missing upgrade statements

2.5.0

05 Jun 09:28
Compare
Choose a tag to compare
  • Feature/add ctas helpers and postgres support
  • Implement CASCADE support when dropping tables

2.4.0

30 May 10:04
Compare
Choose a tag to compare

Add CLOB datatype support to Excel output

2.3.0

25 May 16:31
Compare
Choose a tag to compare

Introduce UpgradeScriptAdditionsProvider, allowing an externally provided collection of upgrade script additions or a default one.

2.2.2

18 May 14:54
Compare
Choose a tag to compare
  • 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

15 May 15:38
Compare
Choose a tag to compare
  • Fix issue with replication in a hosting scenario
  • Add default behaviour to the AbstractConnectionResources

2.2.0

09 May 16:45
Compare
Choose a tag to compare

Adding support to configure fetchSizeForBulkSelects and fetchSizeForBulkSelectsAllowingConnectionUseDuringStreaming via ConnectionResources