[QGIS-trac] Re: [Quantum GIS] #2137: Wrong ID provided to the PostGIS on save

Quantum GIS qgis at qgis.org
Sun Nov 22 23:59:52 EST 2009


#2137: Wrong ID provided to the PostGIS on save
-----------------------------------------------------+----------------------
        Reporter:  fsat                              |         Owner:  nobody       
            Type:  bug                               |        Status:  new          
        Priority:  major: does not work as expected  |     Milestone:  Version 1.4.0
       Component:  Data Provider                     |       Version:  HEAD         
      Resolution:                                    |      Keywords:               
Platform_version:                                    |      Platform:  Gentoo       
        Must_fix:  No                                |   Status_info:  0            
-----------------------------------------------------+----------------------
Comment (by fsat):

 Sorry, little mistake in queries. Following are correct ones.

 insert into maps (ID, NAME) values(1, 'map1');

 insert into layers (ID, NAME, MAP_ID) values(1, 'layer1', 1);

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2137#comment:4>
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