Skip to content

Removed deprecated properties, added mandatory properties to AbstractSqlDialect

Compare
Choose a tag to compare
@AnastasiiaSergienko AnastasiiaSergienko released this 24 Apr 11:53
84d0b72

Summary

In this release, we applied changes from the common-java project, where deprecated properties CONNECTION_STRING, USERNAME and PASSWORD were removed.
We also added a set of pre-defined dialect properties in the AbstractSqlDialect class, so users don't need to add them to each dialect anymore.

Changes

  • #28: improved data types mapping in BaseColumnMetadataReader
  • #41: removed deprecated properties usage
  • #43: set mandatory dialect properties
  • #45: removed getAggregateFunctionAliases method from the AbstractSqlDialect