perf: Oracle 支持

pull/11106/head
ibuler 2023-07-25 14:35:42 +08:00 committed by Bryan
parent 3b6c2fc0c0
commit b5fc865cc6
1 changed files with 9 additions and 1 deletions

View File

@ -119,7 +119,15 @@ class Protocol(ChoicesMixin, models.TextChoices):
'port': 1521,
'required': True,
'secret_types': ['password'],
'xpack': True
'xpack': True,
'setting': {
'sysdba': {
'type': 'bool',
'default': False,
'label': _('SYSDBA'),
'help_text': _('Connect as SYSDBA')
},
}
},
cls.sqlserver: {
'port': 1433,