virtual-schema-common-lua 1.1.0, released 2022-05-20

May 20, 2022 ยท View on GitHub

Code name: Broader SQL coverage

Summary

Release 1.1.0 of virtual-schema-common-lua brings improved the coverage of the SQL rendering and refactored the renderer to be modular.

New SQL rendering features:

  • LIMIT
  • ORDER BY
  • Interval types
  • All scalar functions (except LISTAGG)

We also now use uniform error reporting with the exaerror module.

Features / Enhancements

#15: Render Limit #16: Render ORDER BY #22: Render interval types #24: Use exaerror

Bugfixes

#30: Add missing query renderer modules to rockspec

Refactoring

  • #20: Split SQL renderer

Dependency Updates