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.