https://bz.apache.org/ooo/show_bug.cgi?id=86891

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.2.0-dev
    Confirmation in|                            |
                 CC|                            |[email protected]

--- Comment #3 from [email protected] ---
Indeed, the ability to do JOINs between different databases would in many ways
be the holy grail of Base.

Apache Calcite (https://calcite.apache.org/) can be used for this, it can
connect to multiple databases, and parse SQL queries to fetch data and join it
locally where necessary. You can probably use it today, through its JDBC
driver. But integrating it properly into OpenOffice, for optimal use, would
require UI changes, new JDBC frontends to our database formats so Calcite can
read them (and eg. query spreadsheets), and maybe even changes to the .odb file
format to store multiple connections instead of just one.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to