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.
- 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
-
-
Property
Status
changed from
new
to
closed
-
Property
Resolution
changed from
to
worksforme
-
initial
|
v1
|
|
2 | 2 | |
3 | 3 | Example code: |
| 4 | {{{ |
4 | 5 | TimeSet test = WD(1); |
5 | 6 | test := WD(2); |
| 7 | //test keeps WD(1) as value |
| 8 | }}} |
6 | 9 | |
7 | | //test keeps WD(1) as value |