Client connectivity
You can now set the client label for vsql connections at the start of the session with the --label option.
Client labels
You can now set the client label for vsql
connections at the start of the session with the --label
option. Client sessions and their labels are listed in the SESSIONS system table. This option supplements the existing SET_CLIENT_LABEL function, which sets the client label for existing sessions.
JDBC database name
The database name parameter in DriverManager.getConnection()
is now optional.