-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update
tables_involved
property to include tables from UPDATE…
… operation (#717) - Enhanced the `tables_involved` property of the `SQLQuery` model to correctly identify tables involved in `UPDATE` operation. - Added new test cases to validate the changes: - Test for `UPDATE` queries. - Test for complex `UPDATE` query involving subqueries and joins. - Ensured existing tests for `SELECT`, `JOIN`, and `AS` tokens continue to pass.
- Loading branch information
1 parent
0f22ce9
commit e8e7d46
Showing
2 changed files
with
32 additions
and
1 deletion.
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