Pysqlx-core

Latest version: v0.2.3

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.3

Changes in this Release
Merge pull request 88 from carlos-rian/release/bugfix-generate_random_key

Release/bugfix generate random key

0.2.2

Changes in this Release
Merge pull request 86 from carlos-rian/release/new-version

Release/new version

0.2.1

Changes in this Release
Merge pull request 85 from carlos-rian/release/new-version

Fix Bug New Keys Generate

The PySQLxStatement struct in types.rs has been updated to include an additional parameter sql in the generate_random_string method. This change allows the method to check if the randomly generated string is already present in the SQL query, in addition to the existing check for existing keys. A new string with a longer length is generated if the generated string is already present.

This refactor improves the reliability of the generated random strings and ensures that they do not conflict with existing keys or appear in the SQL query itself.

0.2.0

Changes in this Release
Merge pull request 83 from carlos-rian/release/new-version

Changes in this Release

Bultin parameters
This release have significant changes for the the pysqlx-core, now this lib has native support to database params.
This new version adds support for converting Python Types for Database Types.

Notes
- Update Pyo3 to the latest version.
- Remove Pyo3-Asyncio.
- Add native support to [PyO3 Async](https://pyo3.rs/v0.13.2/ecosystem/async-await)
- Add new Statement class to prepare SQL and Params.
- Rename some methods in the Connection class.
- Remove support to Python3.7

0.1.51

Changes in this Release
Merge pull request 76 from carlos-rian/release/bultin-params

Bultin parameters
This release have significant changes for the the pysqlx-core, now this lib has native support to database params.
This new version adds support for converting Python Types to Database Types.

Notes
- Update Pyo3 to the latest version.
- Remove Pyo3-Asyncio.
- Add native support to [PyO3 Async](https://pyo3.rs/v0.13.2/ecosystem/async-await)
- Add new Statement class to prepare SQL and Params.
- Rename some methods in the Connection class.
- Remove support to Python3.7

0.1.50

Changes in this Release
Merge pull request 74 from carlos-rian/ci/add-httpx

- add sdist option to download

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.