exasol / exasol-virtual-schema-lua

Virtual Schema from Exasol to Exasol implemented in Lua
MIT License
1 stars 1 forks source link

Joins #13

Closed redcatbear closed 2 years ago

redcatbear commented 2 years ago

Situation

Join and sub-select rendering are available in the base library, but the dialect does not report the capabilities and integration tests are missing.

Sub-selects are unfortunately not supported by the core database, so the adapter can only handle joins.

Acceptance Criteria

  1. Integration tests prove joins are supported