psqlpy
psqlpy copied to clipboard
Update code to the pyo3 0.23 version.
https://pyo3.rs/v0.23.0/migration
What has to be done in this PR?
There are a lot of places in the code that are deprecated now, most of them in value_converter.rs.
The easiest way to find these places is to install rustc to VSCode and find yellow warnings.
How to fix it? There is a migration guide from PYO3 developers to 23 version - https://pyo3.rs/v0.23.0/migration.
Warnings look like this:
Made in the last release