Releases: carlos-rian/pysqlx-core
v0.2.3
v0.2.2
v0.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.
v0.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
- Add new Statement class to prepare SQL and Params.
- Rename some methods in the Connection class.
- Remove support to Python3.7
v0.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
- Add new Statement class to prepare SQL and Params.
- Rename some methods in the Connection class.
- Remove support to Python3.7