[TinyOWS-dev] [tinyows] #15: Insert transaction doesn't return id of features in the response
tinyows
trac at camptocamp.com
Sun Apr 26 15:56:27 EST 2009
#15: Insert transaction doesn't return id of features in the response
----------------------------+-----------------------------------------------
Reporter: nsavard | Owner: nsavard
Type: defect | Status: assigned
Priority: blocker | Version: SVN
Resolution: | Keywords: insert,response,fid
Stage: Unreviewed | Approval: Proposed
Patch: None | Complexity: Unknown
Compatibility: Unknown | Specification: Unnecessary
----------------------------+-----------------------------------------------
Comment (by ol):
Quite a few things have been done:
* Use id generator based on PostgreSQL sequence (serial) or /dev/random
(Unix system) or srand/rand (poor solution)
* Improve/fix !ReplaceDuplicate (cf Normand input) behaviour
* Fix !GetCapabilites and !TransactionResponse stream
Still to do:
* With !ReplaceDuplicate 2 uses cases are still KO
* if we have 2 (or more) same id into the same handle on the same table
* if we have 2 (or more) concurent acces on the same id (need to play
with Lock i guess)
* Add specific units tests:
* with PK serial
* with PK varchar
* without PK
* with other PK type ?
* several idgen scenarii
* ...
--
Ticket URL: <https://www.tinyows.org/trac/tinyows/ticket/15#comment:8>
tinyows <https://www.tinyows.org/trac/tinyows>
TinyOWS
More information about the TinyOWS-dev
mailing list