mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
call complete on cursor
This commit is contained in:
@@ -28,6 +28,10 @@ async function callTextToSqlApi(text, structure, dialect) {
|
||||
return null;
|
||||
}
|
||||
|
||||
async function callCompleteOnCursorApi(cursorId, query, position, dialect) {
|
||||
return null;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
isAuthProxySupported,
|
||||
authProxyGetRedirectUrl,
|
||||
@@ -37,4 +41,5 @@ module.exports = {
|
||||
supportsAwsIam,
|
||||
getAwsIamToken,
|
||||
callTextToSqlApi,
|
||||
callCompleteOnCursorApi,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user