/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1939 by bh, Tue Nov 11 18:17:09 2003 UTC revision 1958 by bh, Tue Nov 18 15:37:55 2003 UTC
# Line 1  Line 1 
1    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,
22            _was_destroyed, to indicate whether an publisher instance has
23            already been destroyed.
24            (Publisher.Unsubscribe): Only disconnect if the publisher has not
25            been destroyed yet.
26            (Publisher.Destroy): Set the _was_destroyed flag to true.
27    
28            * test/test_connector.py
29            (TestPublisher.test_unsubscribe_after_destroy): New. Test that
30            calling Unsubscribe after Destroy doesn't raise an exception
31    
32    2003-11-14  Bernhard Herzog  <[email protected]>
33    
34            * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
35            typo in doc-string
36    
37    2003-11-13  Bernhard Herzog  <[email protected]>
38    
39            Quote table and column names properly for postgis.
40    
41            * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
42            quote an identifier for use in an sql statement
43            (PostGISColumn.__init__): Add the quoted_name attribute
44            (PostGISTable.__init__): New instance variable quoted_tablename
45            (PostGISTable._fetch_table_information): Use the quoted table
46            name. New isntance variable quoted_geo_col with a quoted version
47            of geometry_column
48            (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
49            (PostGISTable.RowOrdinalToId): Use the quoted table name
50            (PostGISTable.ReadValue, PostGISTable.ValueRange)
51            (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
52            (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
53            (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
54            Use quoted table and column names
55    
56            * test/test_postgis_db.py (TestPostGISSpecialCases)
57            (TestPostGISIgnoredColumns): Rename the class to
58            TestPostGISSpecialCases because that better describes the new
59            cases
60            (TestPostGISSpecialCases.test_unsupported_types)
61            (TestPostGISSpecialCases.test): Rename the method to
62            test_unsupported_types because we need a more descriptive name now
63            that there are more methods
64            (TestPostGISSpecialCases.test_table_name_quoting)
65            (TestPostGISSpecialCases.test_column_name_quoting)
66            (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
67            cases to test quoting of table and column names in PostGISTable
68            and PostGISShapeStore
69    
70            * test/postgissupport.py
71            (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
72            AddGeometryColumn desn't support table or column names with sapces
73            or double quotes
74    
75    2003-11-12  Jan-Oliver Wagner <[email protected]>
76    
77            * Extensions/wms/__init__.py: New: Init to make this
78            directory a package.
79    
80            * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
81    
82    2003-11-11  Bernhard Herzog  <[email protected]>
83    
84            * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
85            Constant for the file woth deprecated epsg projections
86            (get_system_proj_file): Update doc-string
87    
88            * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
89            above the EPS widgets, introduce a check box for the deprecated
90            eps projections and a label for the epsg widgets
91            (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
92            too
93    
94  2003-11-11  Bernhard Herzog  <[email protected]>  2003-11-11  Bernhard Herzog  <[email protected]>
95    
96          Avoid warnings when run under Python 2.3          Avoid warnings when run under Python 2.3

Legend:
Removed from v.1939  
changed lines
  Added in v.1958

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26