-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNOW-728803: Do not replace sqlText if it is specified by the user (#639
) * SNOW-728803: Do not replace sqlText if it is specified by the user * SNOW-728803: Reformat with eslint * SNOW-728803: Add test for special case when resubmitting requets * SNOW-728803: Modify request to include queryContextDTO property * SNOW-728803: Replace done(err) with callback(err) * SNOW-728803: Wrap in else clause * SNOW-728803: Set requestId the same for QA and non-QA mode * SNOW-728803: Fix spacing of bracket * SNOW-728803: Add test case for sqlText being overwritten * SNOW-728803: Clean up tests * SNOW-728803: Remove async series
- Loading branch information
1 parent
d01c4f4
commit 1bae9ce
Showing
3 changed files
with
150 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters