Menu

Commit [r244]  Maximize  Restore  History

Fixed another archiving bug. Updating (archiving) a complete landscape element for first time in a new year lead to a SQL Exception (double Primary key) by updating all values (both, preset and arbitrary) at once. The SQL query has tried to update older (archived) values, too. Because of a missing condition in the where-clause (archivation = 0).

wellgis 2013-01-21

changed /trunk/src/de/luh/iup/manuela/dao/DefaultArbitraryValueDao.java
changed /trunk/src/de/luh/iup/manuela/dao/DefaultPresetValueDao.java
/trunk/src/de/luh/iup/manuela/dao/DefaultArbitraryValueDao.java Diff Switch to side-by-side view
Loading...
/trunk/src/de/luh/iup/manuela/dao/DefaultPresetValueDao.java Diff Switch to side-by-side view
Loading...
Auth0 Logo