perf: Oracle 支持

This commit is contained in:
ibuler 2023-07-25 14:35:42 +08:00 committed by Bryan
parent 3b6c2fc0c0
commit b5fc865cc6

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,