virtual-schema-common-lua 2.3.0, released 2022-10-17
October 17, 2022 ยท View on GitHub
Code name: GROUP BY
Summary
Release 2.3.0 of virtual-schema-common-lua can now produce IMPORT statements.
It also adds GROUP BY support.
Known limitation:
The core database does not push the OVER clause that makes the main difference between an analytical function and a regular aggregate function to the Virtual Schema adapter. This means VS push-down supports basic aggregate functions, but no analytical functions.
Also, LISTAGG (#19) is not yet supported.
Features
- #57: Added
GROUP BYsupport. - #59: Added
IMPORTsupport (required for Virtual Schemas with remote connections)