New features and enhancements
- Support multiple container runtimes: Docker, Podman, and Colima, giving you flexibility to use whichever runtime is available on your system.
- Bidirectional JDBC URL parsing: auto-generates the connection URL from individual fields and populates fields from a pasted JDBC URL.
- Add custom JDBC connection properties to fine-tune your connections.
- Syntax Highlighting
- Transactional Query Support
- Run queries in dedicated transactional sessions, ensuring isolation between SQL editor tabs and connections.
- Cancel long-running queries without closing the connection.
- Query History Persistence across vs code window
- View LOB data (CLOB, BLOB, DBCLOB, XML, Binary, Spatial, Vector Embeddings, Metadata, and more) directly in the LOB Viewer.
- View check constraints on table objects.
- Support for table and object names that contain special characters.
- Java Home configuration support
- Support higher concurrency by handling up to 50 database connections and concurrent streaming sessions.