refactor SQL

This commit is contained in:
SPRINX0\prochazka
2025-02-10 11:26:57 +01:00
parent 89df96ffd5
commit ae8e46e024
3 changed files with 30 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ async function callCompleteOnCursorApi(cursorId, query, position, dialect) {
return null;
}
async function callRefactorSqlQueryApi(query, task, structure, dialect) {
return null;
}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
@@ -42,4 +46,5 @@ module.exports = {
getAwsIamToken,
callTextToSqlApi,
callCompleteOnCursorApi,
callRefactorSqlQueryApi,
};