DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

SQL Formatter PostgreSQL variables formatting error.

Open DimonSmart opened this issue 2 years ago • 1 comments

Description

@ symbol used as a variable in query formatted on a separate string Example: Input: SELECT * FROM SAMPLE LIMIT @LIMIT Result: SELECT * FROM SAMPLE LIMIT @ LIMIT

Expected result: SELECT * FROM SAMPLE LIMIT @LIMIT

Steps To Reproduce

No response

Expected behavior

Go to SQL format Select PostgreSQL Paste sample input

DevToys Version

Version 1.0.9.0 | X64 | RELEASE | 8bcfa60 | 8bcfa60

Relevant Assets/Logs

no logs

DimonSmart avatar Aug 02 '22 16:08 DimonSmart

Same issue is present in other Sql formatters, it seems to be working fine with Transact-SQL.

araujofrancisco avatar Aug 06 '22 19:08 araujofrancisco