postgresql_db
3.44 KB
-
Fix using postgres default values · 95fc5dd4
When initalizing a connection to psycopg2, in order to use the default values, the keywords must be missing. So we use a dictionary as a kwarg and include only the keywords that do not have an empty value on the module parameters.
Pepe Barbe committed