Studio does not handle dash in mssql database names

While switching to azure mssql db, my db name contains a dash.

eg. mydatabase-dev

the database exists and i can connect to it with other tools, but when trying to connect from studio, the datastore editor screen strips off the everthing starting with the dash and puts it in the connection params.

task updateDb(dependsOn: assembleDbScripts, description: 'Updates local database', type: CubaDbUpdate) {
    dbms = 'mssql'
    host = 'nottellingyou'
    dbName = 'mydb'
    dbUser = 'secret'
    dbPassword = 'evenmoresecret'
    dbmsVersion = '2012'
    connectionParams = '-dev'
}

Hi,
Thanks for reporting the problem.
I’ve created the ticket: https://youtrack.cuba-platform.com/issue/STUDIO-8479