1 |
2003-11-18 Bernhard Herzog <[email protected]> |
2003-11-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters): |
4 |
|
New. Test whether the connection matches a set of connection |
5 |
|
parameters |
6 |
|
|
7 |
|
* Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string |
8 |
|
(DBFrame.OnAdd): Use the new MatchesParameters method when looking |
9 |
|
for existing connections with the same parameters and break out of |
10 |
|
the loop correctly. |
11 |
|
|
12 |
|
* test/test_postgis_db.py (TestBriefDescription) |
13 |
|
(TestPostGISSimple.test_brief_description): Rename |
14 |
|
TestBriefDescription to TestPostGISSimple and the test method to |
15 |
|
test_brief_description so that we can add more test methods. |
16 |
|
(TestPostGISSimple.test_matches_parameters): New. Test the new |
17 |
|
MatchesParameters method |
18 |
|
|
19 |
|
2003-11-18 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
* Thuban/Lib/connector.py (Publisher): Introdcue a new flag, |
* Thuban/Lib/connector.py (Publisher): Introdcue a new flag, |
22 |
_was_destroyed, to indicate whether an publisher instance has |
_was_destroyed, to indicate whether an publisher instance has |
23 |
already been destroyed. |
already been destroyed. |