Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Lunagariya <[email protected]>
  • Loading branch information
HarshLunagariya committed Dec 18, 2024
1 parent 7a6c570 commit 8ca2971
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 8 deletions.
3 changes: 3 additions & 0 deletions contrib/babelfishpg_tsql/src/tsqlIface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,10 @@ class tsqlBuilder : public tsqlCommonMutator

// record whether stmt is cross-db
if (is_cross_db)
{
stmt->is_cross_db = true;
is_cross_db = false;
}
// record that the stmt is dml
stmt->is_dml = true;
// record if a function call
Expand Down
Loading

0 comments on commit 8ca2971

Please sign in to comment.