1 |
2004-12-15 Bernhard Herzog <[email protected]> |
2004-12-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/postgissupport.py (PostgreSQLServer.execute_sql): Extend to |
4 |
|
so that it returns a result for select statements. |
5 |
|
(PostgreSQLServer.server_version): New. Return the version of the |
6 |
|
server software. |
7 |
|
(PostgreSQLServer.require_authentication): The format of |
8 |
|
pg_hba.conf has changed between PostgrSQL 7.2 and 7.3. Check the |
9 |
|
server version and generate the file in the correct format |
10 |
|
|
11 |
|
2004-12-15 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
* test/postgissupport.py (PostgreSQLServer.is_running): Fix typo |
* test/postgissupport.py (PostgreSQLServer.is_running): Fix typo |
14 |
in the doc string and rephrase it a little. |
in the doc string and rephrase it a little. |
15 |
|
|