-
- Downloads
Fix unspecified PG database connection strings
This issue can occur if the `MB_DB_DBNAME` variable has not been specified. The `:dbname` key has a nil value which causes Ring's `form-encode` function to fail. This commit explicitly removes the `:dbname` as it's extra anyway and will also remove map entries that have a nil key or value before encoding it.
test/metabase/db/spec_test.clj
0 → 100644
Please register or sign in to comment