6 Apr
2004
6 Apr
'04
1:21 p.m.
On 05 Apr 2004 14:18:25 +0200 Syver Enstad <syver@inout.no> wrote:
How does one implement a unique id generator in ZODB. The id's should be strictyl ascending and be a an int. Would opening a temporary connection increment a persistent counter and commit do the trick?
Why does it need to be ascending? If you remove that requirement it makes it nearly trivial to implement. -Casey