Opened 11 years ago

Last modified 11 years ago

#5216 closed defect

Updating feature fails with FileGDB driver — at Version 1

Reported by: jpalmer Owned by: Even Rouault
Priority: normal Milestone: 1.10.1
Component: default Version: unspecified
Severity: normal Keywords: FileGDB
Cc:

Description (last modified by jpalmer)

I'm testing GDAL/OGR 1.10.1 RC1 and it seems FileGDB feature updating is broken after r26310.

e.g

filegdb_ds = ogr.Open('test.gdb', True)
layer = filegdb_ds.GetLayerByName('test')

f = layer.GetNextFeature()
layer.ResetReading()
layer.SetFeature(f)

Returns "Failed updating row (Cannot acquire a lock.)"

I also tested using SetAttributeFilter() then SetFeature() and I got the same result.

Change History (1)

comment:1 by jpalmer, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.