On 24/11/2025 10:28, Pierre Vacher wrote:
> I am interested in Trino <
https://github.com/trinodb/trino> and hope to
> soon be able to offer in LibreOffice Base the ability to perform SQL
> queries on tables from different databases.
>
> I've already written a connector for HsqlDB <
https://github.com/trinodb/
> trino/pull/27324> that allows writing to tables (though some limitations
> remain).
>
> I would have liked to do the same with Firebird, but it seems from my
> tests that the lack of schema support poses a problem.
Schema support is coming in Firebird 6, and Jaybird 7.0.0-SNAPSHOT
(master) already has support implemented (obviously, only when talking
to Firebird 6).
Knowing nothing about Trino, why does or why do you think lack of schema
support poses a problem?
The JDBC specification is written in such a way that schema support is
optional, so well-written JDBC tools should - at least in theory - be
able to handle lack of schemas.
Mark
--
Mark Rotteveel