Closed senkenn closed 3 weeks ago
paramTypes: https://github.com/sql-formatter-org/sql-formatter/blob/master/docs/paramTypes.md#paramtypes
sqlsurge will format with these steps:
implementation: https://github.com/senkenn/sqlsurge/blob/2c287808c4f4e57d1be12cc054dfed8cbdad84d1/vsce/src/commands/formatSql.ts#L85-L124
if we use paramTypes, maybe we don't need to convert&revert place holders.
paramTypes: https://github.com/sql-formatter-org/sql-formatter/blob/master/docs/paramTypes.md#paramtypes
sqlsurge will format with these steps:
implementation: https://github.com/senkenn/sqlsurge/blob/2c287808c4f4e57d1be12cc054dfed8cbdad84d1/vsce/src/commands/formatSql.ts#L85-L124
if we use paramTypes, maybe we don't need to convert&revert place holders.