Skip to content

V1.2.0

Latest

Choose a tag to compare

@Aparna-T-Ashokan Aparna-T-Ashokan released this 17 Sep 16:33

New features and enhancements

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