ABL JDBC – RELEASE 1.1

In Progress by Marian Edu

New version of ABL JDBC driver for Progress Business Logic, release notes follows:

  • new query engine for ABL query syntax support
    • standard Progress ABL dynamic query syntax is fully supported
    • extended support for group-by queries with aggregate functions (count, sum, average, min, max)
    • support for aliasing of both tables and columns names, self-join support for hierarchical tables
    • support for LIMIT/OFFSET clause in query syntax to limit the number of records from the result set
  • added authentication services support: database security, security table, roll your own
  • added more structured error reporting to include SQL State codes, XOPEN standard