You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.