David Adler wrote:

>I've checked in the changes to the 22x branch.  It would be very helpful if 
>someone could check if the PostGIS DataStore still works before I move 
>these changes into trunk.
>  
>
Hi David,

I've been experimenting with uDig and PostGIS and found an error in 
PostGISAutoIncrementFIDMapper.  The main problem was
    resultSet.getString(getColumnName())
being used rather than:
    resultSet.getString("currval")

I've applied this fix as r20624 and beefed up the method a little as 
well, since calling super.createID usually gets a null back (now it's 
the last resort).

Cheers,
Cory.

-------------------------------------------------------------------------
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