mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix arith abort default value (#6080)
This commit is contained in:
@@ -432,7 +432,7 @@ let registryProperties = {
|
|||||||
},
|
},
|
||||||
'mssql.query.arithAbort': {
|
'mssql.query.arithAbort': {
|
||||||
'type': 'boolean',
|
'type': 'boolean',
|
||||||
'default': false,
|
'default': true,
|
||||||
'description': localize('mssql.query.arithAbort', 'Enable SET ARITHABORT option')
|
'description': localize('mssql.query.arithAbort', 'Enable SET ARITHABORT option')
|
||||||
},
|
},
|
||||||
'mssql.query.statisticsTime': {
|
'mssql.query.statisticsTime': {
|
||||||
|
|||||||
Reference in New Issue
Block a user