singlestore-sql-validator 0.0.1__tar.gz → 0.0.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: singlestore-sql-validator
3
- Version: 0.0.1
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-python
22
+ # singlestore-sql-validator
23
23
 
24
24
 
25
- `sql-validator-python` 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).
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
 
@@ -1,7 +1,7 @@
1
- # sql-validator-python
1
+ # singlestore-sql-validator
2
2
 
3
3
 
4
- `sql-validator-python` 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).
4
+ `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).
5
5
 
6
6
  ## Features
7
7
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "singlestore-sql-validator"
3
- version = "0.0.1"
3
+ version = "0.0.2"
4
4
  description = "SQL grammar validator for SingleStore queries"
5
5
  authors = [
6
6
  {name = "Volodymyr Tkachuk",email = "vtkachuk-ua@singlestore.com"}