You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.