redmine icon indicating copy to clipboard operation
redmine copied to clipboard

Add support for Azure managed SQL Server

Open xionglingfeng opened this issue 2 years ago • 0 comments

Azure managed/serverless SQL Server does not support switching database with USE. The database must be set when connecting. Add azure: true to config/database.yml will solve the problem.

Ref: https://stackoverflow.com/questions/75139153

xionglingfeng avatar Feb 13 '23 11:02 xionglingfeng