Charta Software
Back to the base
E-mail:
Wachtwoord:
Aangemaakt door op 2009-06-16 10:22:25
Laatst gewijzigd op 2010-01-22 09:32:47

Introduced new type Positive integer 64

The atomic type Positive integer 64 has been lacking for a while. Now it has been added.

The atomic type Positive integer 64 has been added to Charta, making the integer types more symmetric. The 64 bit integer can store positive values only.

Berichten

Problem with "with store" command
Aangemaakt door op 2009-06-16 10:28:50
Laatst gewijzigd op 2009-06-16 10:29:13
Due to the introduction of Positive integer 64 also an extra atomic object store has been introduced to store objects of this type. This shifts the object store ids of Memory and xxx.data by one. The side effect of this is that current with store commands reference the wrong stores as plain integers were used to store the references to stores. Please update references to Boolean objects with Memory, and replace references to Memory with xxx.data.