python-postgresql, seems to be connected but no respond
问题 I am applying SQL commands with Python (PyCharm), but without getting any error, I get no respond from the database. Even if deliberately I use wrong password still no error, and in the run window I get "Process finished with exit code 0". There are two methods that I applied, the first initially worked properly. When I use pgAdmin4, I can apply the SQL commands without any problem. Two block of code are following, and they are for the same method. The first version worked once, but then I