mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
- listTables(null) no longer returns []. Uses buildSchemaFilter() to optionally filter by schema, matching the PostgreSQL driver pattern. - SSL/TLS connections now work. Certificate files (CA, cert, key) are read and passed to trino-client. When no certs are provided, rejectUnauthorized defaults to false (trust server cert). - Removed server:ssl from Trino disabledFeatures so the SSL toggle appears in the connection form. - URL parser now auto-enables ssl for https:// URLs. - Added integration tests for listTables and SSL (with HTTPS-enabled Trino testcontainer). - Added unit tests for SSL config propagation. - Updated Trino connection docs (EN + ES) with SSL section.