We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c44afe commit e01ee29Copy full SHA for e01ee29
src/language/sql/document.ts
@@ -223,7 +223,7 @@ export default class Document {
223
})
224
}
225
226
- removeEmbeddedAreas(statement: Statement, replacement: `snippet`|`?`): ParsedEmbeddedStatement {
+ removeEmbeddedAreas(statement: Statement, replacement: `snippet`|`?` = `?`): ParsedEmbeddedStatement {
227
const areas = statement.getEmbeddedStatementAreas();
228
229
const totalParameters = areas.filter(a => a.type === `marker`).length;
0 commit comments