Skip to content

Conversation

@prrvchr
Copy link
Member

@prrvchr prrvchr commented Nov 6, 2025

Description

Add new HsqlDB connector
see the first attempt: PR#23061

Additional context and related issues

I would like to add some pure JDBC functions to Trino in order to be able to provide better integration with LibreOffice Base.
This new connector is a good way to achieve this...
The ultimate goal is to offer LibreOffice Base the possibility via Trino to consolidate or even edit data coming from different DBMS in a very easy way.

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Section
* Add HsqlDB connector to Trino.

@cla-bot cla-bot bot added the cla-signed label Nov 6, 2025
@github-actions github-actions bot added the docs label Nov 6, 2025
@prrvchr prrvchr mentioned this pull request Nov 6, 2025
@prrvchr prrvchr force-pushed the hsqldb branch 2 times, most recently from 5a7cee4 to 07a795d Compare November 6, 2025 11:38
@raunaqmorarka raunaqmorarka removed their request for review November 6, 2025 11:48
@prrvchr prrvchr force-pushed the hsqldb branch 2 times, most recently from 95190fb to 2ed7b8e Compare November 6, 2025 14:39
@prrvchr prrvchr requested review from martint and mosabua November 6, 2025 14:57
@prrvchr prrvchr self-assigned this Nov 6, 2025
@prrvchr prrvchr force-pushed the hsqldb branch 3 times, most recently from 6a67cbf to e1d8243 Compare November 7, 2025 20:31
@github-actions github-actions bot added the iceberg Iceberg connector label Nov 7, 2025
@prrvchr prrvchr closed this Nov 7, 2025
@prrvchr prrvchr reopened this Nov 7, 2025
@mosabua mosabua added the stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. label Nov 7, 2025
@prrvchr
Copy link
Member Author

prrvchr commented Nov 9, 2025

It's not perfect yet, but this is what it looks like...

Trino

@ebyhr ebyhr added needs-docs This pull request requires changes to the documentation and removed stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. labels Nov 9, 2025
.collect(toImmutableSet()))
.containsOnly("lower_case_name", "mixed_case_name", "upper_case_name");

// Note: until https://github.com/prestodb/presto/issues/2863 is resolved, this is *the* way to access the tables.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we open a trinodb issue for the same

@prrvchr prrvchr requested a review from Praveen2112 November 14, 2025 16:15
@prrvchr prrvchr marked this pull request as draft November 14, 2025 20:30
@github-actions github-actions bot added hive Hive connector redshift Redshift connector sqlserver SQLServer connector labels Nov 14, 2025
@prrvchr prrvchr marked this pull request as ready for review November 14, 2025 20:58
@prrvchr
Copy link
Member Author

prrvchr commented Nov 15, 2025

PR #27324 was opened as a replacement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed docs hive Hive connector iceberg Iceberg connector needs-docs This pull request requires changes to the documentation redshift Redshift connector sqlserver SQLServer connector

Development

Successfully merging this pull request may close these issues.

5 participants