This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
[VSCODE] Should Preserve the Space between OR and REPLACE SQL Keywords #87
Labels
vscode
Related to the VSCode Extension
Describe the bug
It removes the space between OR and REPLACE. in other words it converts OR REPLACE to ORREPLACE
To Reproduce
Try to format something like this one.
CREATE OR REPLACE FUNCTION "public" . "set_current_timestamp_updated_at"() RETURNS TRIGGER AS $$
Expected behavior
It should preserve the space between the OR and REPLACE Keywords. which should remain two words.
Screenshots
Usage
prettier-sql
extension, if relevant to the issue?// following setting is under the settings.json file. but no entry with the key "prettier-sql"
"[plsql]": {
"editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode"
},
Additional context
Pl. comment if you need anything specific to hunt this bug.
The text was updated successfully, but these errors were encountered: