DiLysenk
Results
2
issues of
DiLysenk
If you use a password "P@ssw0rd", it will incorrectly identify the host after checks.  ``` import records connection_string = 'postgresql://pt_system:P@Ssssswwwerr@[email protected]:5432/triggers' db = records.Database(connection_string, isolation_level=isolation_level) ```