Add default driver in configuration_schema to specify driver more easily

This commit is contained in:
kitsuy 2017-09-15 18:28:38 +09:00
parent 154b554ecd
commit 7582b3174d

View File

@ -66,7 +66,8 @@ class SQLServerODBC(BaseSQLQueryRunner):
}, },
"driver": { "driver": {
"type": "string", "type": "string",
"title": "Driver Identifier" "title": "Driver Identifier",
"default": "{ODBC Driver 13 for SQL Server}"
} }
}, },
"required": ["db"], "required": ["db"],