Open
Description
- Azure Data Studio Version: 1.50.0
- OS Version: Windows 11 24H2
Steps to Reproduce:
- Find a table in Object Explorer. The table should have a string column.
- Right-click, select Design. Choose the Check Constraints tab.
- Select New Check Constraint.
- Try to enter the constraint text [action]='REMOVE' OR [action]='STOP' OR [action]='START' (Replace action with a column in your table.)
- This results in the error message: The input validation failed with error: The expression "[action]=''REMOVE'' OR [action]=''STOP'' OR [action]=''START''" is not a valid boolean expression.
Notes 1: The expression is legal. 2: In the error message the single quotes have been replaced by double quotes. (So the expression is now only legal if there are columns with those names. It is still a legal boolean expression, though.)
Does this issue occur when all extensions are disabled?: Yes