Files
beekeeper-studio/docs/user_guide
Matthew Rathbone ab89dcaa67 fix: Trino listTables returns empty and SSL connections not supported (#3947, #3695)
- 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.
2026-03-06 14:33:55 -07:00
..
2025-04-21 18:19:31 -05:00
2025-04-21 18:19:31 -05:00
2025-04-21 18:19:31 -05:00
2025-04-21 18:19:31 -05:00
2025-04-21 18:19:31 -05:00
2025-09-30 19:03:12 +07:00
2025-12-01 10:35:41 -07:00