mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
Fix arith abort default value (#6080)
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user