If we don't write empty $database values to settings.php, we can actually use default connection options (like port numbers) in the database driver constructors. I tested this with all three: mysql, postgresql, sqlite!
| Comment | File | Size | Author |
|---|---|---|---|
| database-construct-D7.patch | 3.22 KB | dave reid |
Comments
Comment #2
dave reidWe have worked around this by using !empty(...) in the database connection options. Marking as won't fix.