Justin Deoliveira ha scritto:
> I am all for it :).

Cool. We do need the same fix for table that do not
have primary keys, since the NullFidMapper relies
on DefaultFeature to generate an id, and surprise
surprise, DefaultFeature uses the following:

String defaultID() {
         return "fid-" + (new UID()).toString();
     }

same problem as BasicFidMapper, same solution.
The only concern I have is, replacing ":" with "_"
keeps UID unique?

Cheers
Andrea

> Andrea Aime wrote:
>> Hi,
>> anything against a back port of the fixes for
>> http://jira.codehaus.org/browse/GEOT-1119
>> to 2.3.x and 2.2.x?
>>
>> It's a matter of not having ":" in the FID because
>> they do not comply with the GML definition of an ID.
>>
>> Cheers
>> Andrea
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Geotools-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>>
>>
> 
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to