[QGIS-trac] Re: [Quantum GIS] #1114: No digitizing when one table
column is type timestamp?
Quantum GIS
qgis at qgis.org
Thu May 29 03:37:27 EDT 2008
#1114: No digitizing when one table column is type timestamp?
-----------------------------------------------------+----------------------
Reporter: sblank | Owner: nobody
Type: defect | Status: new
Priority: major: does not work as expected | Milestone:
Component: Digitising | Version: HEAD
Resolution: | Keywords: digitizing, postgis, timestamp
Platform_version: | Platform: Windows
Must_fix: Yes | Status_info: 1
-----------------------------------------------------+----------------------
Changes (by jef):
* status_info: 0 => 1
Comment:
perhaps this is a problem with the trigger. At least it's not reproducable
here using r8538 with this table:
{{{
CREATE TABLE tbl_messnetzpunkte
(
gid SERIAL PRIMARY KEY,
mns_id integer,
bezeichnung text,
bearbeitet_von character varying(254),
bearbeitet_am timestamp without time zone,
abdeckung_guete double precision,
vorl_bewertung double precision,
vorl_bewertung_bemerkungen text,
bewertung_1 double precision,
bewertung_2 double precision,
bewertung_1_bemerkungen text,
bewertung_2_bemerkungen text
);
SELECT AddGeometryColumn('tbl_messnetzpunkte', 'the_geom', 2166, 'POINT',
2);
}}}
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1114#comment:1>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list