singlestore-sql-validator 0.0.1__py3-none-any.whl → 0.0.2__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.1.dist-info → singlestore_sql_validator-0.0.2.dist-info}/METADATA +3 -3
- {singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.dist-info}/RECORD +4 -4
- {singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.dist-info}/WHEEL +0 -0
- {singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.dist-info}/licenses/LICENSE +0 -0
{singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.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.2
|
|
4
4
|
Summary: SQL grammar validator for SingleStore queries
|
|
5
5
|
License: Apache License (2.0)
|
|
6
6
|
License-File: LICENSE
|
|
@@ -19,10 +19,10 @@ Project-URL: Homepage, https://github.com/singlestore-labs/sql-validator-python
|
|
|
19
19
|
Project-URL: Issues, https://github.com/singlestore-labs/sql-validator-python/issues
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
|
|
22
|
-
# sql-validator
|
|
22
|
+
# singlestore-sql-validator
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
`sql-validator
|
|
25
|
+
`singlestore-sql-validator` is a Python library for validating SQL queries using the SingleStore Language Server (version 0.1.3 and later). It provides a convenient interface to check SQL syntax and semantics by communicating with a SingleStore language server instance over TCP or WebSocket (with optional TLS support).
|
|
26
26
|
|
|
27
27
|
## Features
|
|
28
28
|
|
{singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.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.2.dist-info/METADATA,sha256=0ruEoG5vwPKKDajeMtQZGaOpmJkoydv07YQi9aWfKno,4352
|
|
6
|
+
singlestore_sql_validator-0.0.2.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
7
|
+
singlestore_sql_validator-0.0.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
8
|
+
singlestore_sql_validator-0.0.2.dist-info/RECORD,,
|
{singlestore_sql_validator-0.0.1.dist-info → singlestore_sql_validator-0.0.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|