mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-03 18:16:37 +00:00
fix: 禁用omnidb 连接 sqlserver
This commit is contained in:
parent
c7c5805b18
commit
238dc2e559
@ -170,8 +170,8 @@ class ConnectMethodUtil:
|
|||||||
'web_methods': [WebMethod.web_gui],
|
'web_methods': [WebMethod.web_gui],
|
||||||
'listen': [Protocol.http],
|
'listen': [Protocol.http],
|
||||||
'support': [
|
'support': [
|
||||||
Protocol.mysql, Protocol.postgresql, Protocol.oracle,
|
Protocol.mysql, Protocol.postgresql,
|
||||||
Protocol.sqlserver, Protocol.mariadb
|
Protocol.oracle, Protocol.mariadb
|
||||||
],
|
],
|
||||||
'match': 'm2m'
|
'match': 'm2m'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user