[GRASS-dev] [GRASS GIS] #1270: wingrass: Error in Attribute Table Manager
GRASS GIS
trac at osgeo.org
Mon Feb 25 12:01:09 PST 2013
#1270: wingrass: Error in Attribute Table Manager
-----------------------------------------------+----------------------------
Reporter: antonioall | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: wingrass, attribute table manager | Platform: MSWindows Vista
Cpu: x86-32 |
-----------------------------------------------+----------------------------
Comment(by hellik):
Replying to [comment:3 hamish]:
>
> suspect the attribute manager is holding the temp file open..
tested with
{{{
System Info
GRASS version: 6.5.svn
GRASS SVN Revision: 55167
GIS Library Revision: 50936 (2012-02-25)
GDAL/OGR: 1.9.2
PROJ4: Rel. 4.8.0, 6 March 2012
Python: 2.7.2
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
}}}
yes, it seems so.
the temp file is in C:\Users\xxxxxxx\AppData\Local\Temp, the file's
content is the sql update command, e.g.
{{{
UPDATE myhosp SET testc=2 WHERE cat=1;
}}}
any idea how to close the temp file?
Helmut
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1270#comment:18>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list