singlestore-sql-validator 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/METADATA +2 -2
- {singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/RECORD +4 -4
- {singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/WHEEL +0 -0
- {singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/licenses/LICENSE +0 -0
{singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: singlestore-sql-validator
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: SQL grammar validator for SingleStore queries
|
|
5
5
|
License: Apache License (2.0)
|
|
6
6
|
License-File: LICENSE
|
|
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
|
|
|
37
37
|
Install via pip (after cloning or packaging):
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
pip install sql-validator
|
|
40
|
+
pip install singlestore-sql-validator
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Or add to your `pyproject.toml` as a dependency.
|
{singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/RECORD
RENAMED
|
@@ -2,7 +2,7 @@ sql_validator/__init__.py,sha256=kOc2HUl3MJuRXgfzu5H_HW3fjOD2pT6HsqI3qESs0aQ,340
|
|
|
2
2
|
sql_validator/connection.py,sha256=D03SOlasKF9lTSwroHFZo1mTY5l6HtmqdqjyI-YdupM,320
|
|
3
3
|
sql_validator/result.py,sha256=eTq1HrB6MN_ittZddl02iKWBhDK7_N0YVD-GejMYH0E,3365
|
|
4
4
|
sql_validator/validator.py,sha256=oSY-jKit65cZnWsj7wNY9jOBHi3gg-KbK-_m8BsP9e8,14182
|
|
5
|
-
singlestore_sql_validator-0.0.
|
|
6
|
-
singlestore_sql_validator-0.0.
|
|
7
|
-
singlestore_sql_validator-0.0.
|
|
8
|
-
singlestore_sql_validator-0.0.
|
|
5
|
+
singlestore_sql_validator-0.0.3.dist-info/METADATA,sha256=-equ5l9W0UZ4wQ9lZMul85keRhOpUFFdpOvptD2aCos,4357
|
|
6
|
+
singlestore_sql_validator-0.0.3.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
7
|
+
singlestore_sql_validator-0.0.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
8
|
+
singlestore_sql_validator-0.0.3.dist-info/RECORD,,
|
{singlestore_sql_validator-0.0.2.dist-info → singlestore_sql_validator-0.0.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|