There is a lurking bug in the model.id package, where
Timestamp Id Dispenser? is generating IDs based on the
current time in milliseconds. When this happens twice
in one millisecond, the IDs are not unique.
Either the has been unilaterally changed since this bug was
written, or you simple need to read more closely (the
comments explicitly address this issue and there is code to
prevent duplicates. -Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=956799
Either the has been unilaterally changed since this bug was
written, or you simple need to read more closely (the
comments explicitly address this issue and there is code to
prevent duplicates. -Andy