Mika Bostrom
105e868864
Catch local connection config
...
If database backend is Postgres and the connection is over domain
socket, the only values in <database> node are:
* db_name
* db_server
* db_type
Now, for some reason the config reader unconditionally creates "tidy"
string representations for all possible keys. This means that
host, user and password are all empty strings (''), and not even
NoneType entities.
To catch the case for postgres, simply treat empty host the same as
undefined host.
2009-07-05 23:33:09 +03:00
..
2009-06-06 10:50:28 -04:00
2009-06-01 17:14:31 +08:00
2009-06-19 07:04:57 +01:00
2009-03-10 20:31:09 -04:00
2008-12-10 03:55:12 +00:00
2009-06-20 09:43:05 -04:00
2009-07-02 10:11:23 -04:00
2009-05-17 17:26:05 +01:00
2009-06-09 22:53:09 +08:00
2009-03-03 12:24:42 +00:00
2009-06-22 23:19:03 +01:00
2009-07-05 23:33:09 +03:00
2009-06-25 23:14:32 +01:00
2009-06-25 23:14:32 +01:00
2009-06-28 18:56:18 +01:00
2009-06-30 22:18:15 +01:00
2009-06-28 17:20:41 +01:00
2009-06-09 22:53:09 +08:00
2009-06-16 20:04:06 -04:00
2009-05-07 21:24:53 +01:00
2009-06-22 23:30:54 +01:00
2009-06-22 23:19:03 +01:00
2009-06-22 23:19:03 +01:00
2009-05-26 16:10:27 +08:00
2009-05-17 17:26:05 +01:00
2009-07-03 18:59:50 -04:00
2009-06-07 22:21:58 +01:00
2009-06-30 11:45:14 -04:00
2009-04-11 11:14:01 +08:00
2009-06-17 14:26:16 -04:00
2009-01-12 19:20:24 -05:00
2009-06-23 10:25:12 -04:00
2009-07-01 08:29:37 -04:00
2009-06-01 17:14:31 +08:00
2009-06-14 23:14:53 -04:00
2009-07-03 20:41:08 -04:00
2009-06-19 15:51:56 -04:00
2009-06-09 22:48:48 +08:00
2009-06-10 12:58:14 -04:00
2009-07-03 13:23:30 -04:00
2009-05-21 11:13:39 -04:00
2009-03-12 20:01:41 +09:00
2009-03-13 18:45:15 +09:00
2009-06-09 23:08:18 +08:00
2009-03-14 22:18:30 +09:00
2009-04-01 23:28:48 +01:00
2009-06-01 17:14:31 +08:00
2008-12-02 23:28:06 +00:00
2009-06-10 13:47:07 -04:00
2009-05-21 11:13:39 -04:00