Issue185

Title Raise an exception if store() is called with a non-existant id
Priority wish Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-appserver

Created on 2007-09-24.13:19:26 by reinhard, last changed 2007-09-24.13:19:26 by reinhard.

Messages
msg431 (view) Author: reinhard Date: 2007-09-24.13:19:25
Currently, store() can be called with a non-existant object ID, in which case
the operation is just ignored without any exception.

It would be better to raise an exception in that case.
History
Date User Action Args
2007-09-24 13:19:26reinhardcreate