Files
fpdb/pyfpdb
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-19 07:04:57 +01:00
2009-03-10 20:31:09 -04:00
2009-07-05 23:33:09 +03:00
2009-06-28 17:20:41 +01:00
2009-05-07 21:24:53 +01:00
2009-07-03 13:23:30 -04:00
2009-03-12 20:01:41 +09:00
2009-06-09 23:08:18 +08:00
2008-12-02 23:28:06 +00:00
2009-05-21 11:13:39 -04:00