-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
Milestone
Description
Describe the bug
There are cases where unnecessary spaces are inserted into comparison operators in SQL.
json_column - > > 'code' -- Incorrect space
AND x < > '0' -- Incorrect spaceEnsure that even when multiple JSON property names are specified, they are not broken into separate lines at the comma.
, jsonb_data ?& array ['name'
, 'age'] AS has_required_fields -- Incorrect line breakExpected behavior
Comparison operators should not contain extra spaces, and should be formatted correctly.
Desktop :
- IDEA Version : 2024.3.6
- Doma Tools Version : 2.1.1