Fix arith abort default value (#6080)

This commit is contained in:
Karl Burtram
2019-06-18 14:11:15 -07:00
committed by GitHub
parent cecc899949
commit 561b7575ba

View File

@@ -432,7 +432,7 @@ let registryProperties = {
},
'mssql.query.arithAbort': {
'type': 'boolean',
'default': false,
'default': true,
'description': localize('mssql.query.arithAbort', 'Enable SET ARITHABORT option')
},
'mssql.query.statisticsTime': {