Metadata-Version: 2.1
Name: sql_testing_tools
Version: 0.1.5
Description-Content-Type: text/markdown
Requires-Dist: sqlparse>=0.5.1
Requires-Dist: requests>=2.32.3

A library that normalizes simple SQL queries and compares them first by equality of the normalized string and then using the cosette API. 


### [Beta in Development!]
 [![Build and Test](https://github.com/ValentinHerrmann/sql_testing_tools/actions/workflows/python-build.yml/badge.svg)](https://github.com/ValentinHerrmann/sql_testing_tools/actions/workflows/python-build.yml)
 [![Build and Test](https://github.com/ValentinHerrmann/sql_testing_tools/actions/workflows/python-unittests.yml/badge.svg)](https://github.com/ValentinHerrmann/sql_testing_tools/actions/workflows/python-unittests.yml)



### V0.1.4 + V0.1.5
- V0.1.5 is just a reupload of V0.1.4
- Chained conditions (with AND,OR and Paranthesises) in WHERE statement

### V0.1.3
- SELECT: columns with our without table prefix
- FROM: one or more table from DB; no queries as tables!
- WHERE: single conditions; no Paranthesises!
- GROUP BY one or more columns
