mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
Merge pull request #953 from dbgate/featrue/callable-templates
feat: myssql callable template
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
return null;
|
||||
}
|
||||
|
||||
return { ...driver.getQuerySplitterOptions('editor'), queryParameterStyle };
|
||||
return { ...driver.getQuerySplitterOptions('editor'), queryParameterStyle, allowDollarDollarString: false };
|
||||
}
|
||||
|
||||
async function executeCore(sql, startLine = 0) {
|
||||
|
||||
Reference in New Issue
Block a user