close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #1514


Ignore:
Timestamp:
Apr 24, 2012, 7:48:09 AM (13 years ago)
Author:
Víctor de Buen Remiro
Comment:

It's impossible to warrant referential integrity due to the system cannot known if a Serie object has this TimeSet as dating. In this case, the length and indexing dates of that Serie will be mistaken and it could generate dangerous situations, invalid access, etc.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1514

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #1514 – Description

    initial v1  
    22
    33Example code:
     4{{{
    45TimeSet test = WD(1);
    56test := WD(2);
     7//test keeps WD(1) as value
     8}}}
    69
    7 //test keeps WD(1) as value