Skip to content

Commit 2a7ff5f

Browse files
committed
Add db_query_compare tool for SQL result set comparison
- Introduced a new Python script `compare_queries.py` for comparing result sets from two SQL files against a database. - Added example SQL query files `query_one.txt` and `query_two.txt` for testing. - Included a `.gitignore` file to exclude `__pycache__` directories. - Updated `requirements.txt` to include `psycopg` for database connectivity.
1 parent 2a5d416 commit 2a7ff5f

5 files changed

Lines changed: 1163 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__/

0 commit comments

Comments
 (0)