DiLysenk

Results 2 issues of DiLysenk

If you use a password "P@ssw0rd", it will incorrectly identify the host after checks. ![image](https://github.com/user-attachments/assets/32c15a6b-a909-41e0-9821-c9bd229b7f70) ``` import records connection_string = 'postgresql://pt_system:P@Ssssswwwerr@[email protected]:5432/triggers' db = records.Database(connection_string, isolation_level=isolation_level) ```