Skip to content

v2.2.3

Choose a tag to compare

@i-aditya-anand i-aditya-anand released this 30 Jun 22:07
· 1 commit to main since this release
  • Added support for canceling a long-running or unresponsive SQL process.
  • Added support for using multi-factor authentication (MFA) to tune SQL queries without specifying a password.
  • Added support for loading, saving, and resetting host variables for stored procedures and user-defined functions from the catalog view or from a file.
  • Improved the results of running a stored procedure from the SQL editor by using a CALL statement by accurately classifying input and output parameters.
  • Fixed the behavior of database connections that use security mechanism 18 so that users are no longer prompted for a password when using those connections.
  • Fixed an issue in stored procedure deployment with duplicate handling.
  • Fixed an issue in which the position of OUT variables was mapped incorrectly.
  • Fixed an issue in which alternating between two connections prevented the use of special registers and global variables.
  • Fixed an issue with displaying DDL for External SQL stored procedures during catalog navigation.
  • Resolved various security vulnerabilities.