Today, I've fixed a bug in the database. The bug is rooted in
serialization cache. The counter was incremented after execution of
transactions. Now its before.
Moreover, I've renamed object-with-id's id slot to database-id (reader
get-id to get-database-id) in order to fix conflicts with HTML Dom elements
id slot. Now, one can serialize web components directly.
Patches are on the repo, http://labs.core.gen.tr/repos/core-server .
Regards,
Evrim.