Virtual Schema Common Java 12.1.0, released 2020-10-23

October 23, 2020 ยท View on GitHub

Code name: New capabilities and updates in the API

Features / Enhancements

  • #157: Added new capabilities for the LISTAGG API.
  • #158: Added additional capabilities for the ST_INTERSECTION and ST_UNION functions.
  • #161: Added new capability for the COUNT API.
  • #164: Added support for a new scalar function MIN_SCALE

Refactoring

  • #168: Removed unused class SqlUtils.
  • #173: Improved LISTAGG function class.
  • #175: Improved EXTRACT function class.
  • #178: Prepared the project for an automated Maven Central Release

Documentation

  • #159: Added the API documentation fixes.
  • #177: Improved the API documentation for LIKE and REGEXP_LIKE.